Skip to content

Commit 9f279f3

Browse files
committed
Upgrade to ruby 2.5.0
1 parent ccc1172 commit 9f279f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.1-alpine
1+
FROM ruby:2.5.0-alpine
22

33
# Install system dependencies
44
RUN apk --update add \

app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.4.1'
3+
ruby '2.5.0'
44

55
# A simple, fast Mysql library for Ruby, binding to libmysql.
66
gem 'mysql2', '~> 0.4.8'

app/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DEPENDENCIES
5858
pg (~> 0.21.0)
5959

6060
RUBY VERSION
61-
ruby 2.4.1p111
61+
ruby 2.5.0p0
6262

6363
BUNDLED WITH
64-
1.15.3
64+
1.16.1

0 commit comments

Comments
 (0)