Skip to content

Commit

Permalink
update ruby, bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jul 26, 2020
1 parent 0335c35 commit e1d8533
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.5.5
- 2.5.8
services:
- redis-server
cache: bundler
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ruby:2.5.5
FROM ruby:2.5.8

RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client nodejs poppler-utils advancecomp gifsicle jhead jpegoptim libjpeg-progs optipng pngcrush pngquant

# enable utf8 in irb
ENV LANG C.UTF-8

RUN gem install bundler --version 2.0.2
RUN gem install bundler --version 2.1.4

RUN mkdir /app
WORKDIR /app
Expand All @@ -15,4 +15,4 @@ RUN bundle install

ADD . /app

EXPOSE 5000
EXPOSE 5000
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.5.5'
ruby '2.5.8'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.1.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ DEPENDENCIES
wikidata-client (~> 0.0.10)

RUBY VERSION
ruby 2.5.5p157
ruby 2.5.8p224

BUNDLED WITH
2.0.2
2.1.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You just `git pull`ed and now kleineanfragen doesn't start anymore? Try `docker-
Dependencies
------------

* ruby 2.5.5
* ruby 2.5.8
* postgres
* elasticsearch (for search)
* redis (for sidekiq)
Expand Down

0 comments on commit e1d8533

Please sign in to comment.