Skip to content

Commit

Permalink
⬆️ Upgrade Ruby to 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Sep 25, 2018
1 parent cb736a5 commit b920641
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.5.1
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: ruby
rvm:
- "2.3.0"
before_install:
- sudo apt-get update
- sudo apt-get install nodejs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4-alpine
FROM ruby:2.5-alpine
RUN apk --no-cache add nodejs git g++ make postgresql-dev sqlite-dev tzdata file imagemagick
WORKDIR /app
COPY Gemfile /app
Expand Down

0 comments on commit b920641

Please sign in to comment.