Skip to content

Commit bba0cc5

Browse files
author
Ben Sebastian
committed
Update Dockerfile and Gemfile to available tagged ruby version
1 parent 0d36949 commit bba0cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.2
1+
FROM ruby:2.5.3
22
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
33
RUN mkdir /myapp
44
WORKDIR /myapp

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
#don't upgrade
55
gem "rails", "5.1.6"
66

7-
ruby "2.5.2"
7+
ruby "2.5.3"
88

99
gem "aruba"
1010
gem "bcrypt"

0 commit comments

Comments
 (0)