Upgraded Ruby to 2.6.1

This commit is contained in:
Al Snow
2019-01-30 11:42:11 -05:00
parent afb12521a9
commit 8ed109d94b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.3
2.6.1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.3
FROM ruby:2.6.1
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp
+1 -1
View File
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade
gem "rails", "5.1.6.1"
ruby "2.5.3"
ruby "2.6.1"
gem "aruba"
gem "bcrypt"
+1 -1
View File
@@ -379,7 +379,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.5.3p105
ruby 2.6.1p33
BUNDLED WITH
1.17.3