Upgraded Ruby to 2.5.3

This commit is contained in:
Al Snow
2018-10-21 18:58:57 -04:00
parent 0d36949e70
commit a81cac3d9c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.2
2.5.3
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.5.2"
- "2.5.3"
before_install:
- "gem install bundler"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.2
FROM ruby:2.5.3
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"
ruby "2.5.2"
ruby "2.5.3"
gem "aruba"
gem "bcrypt"
+1 -1
View File
@@ -374,7 +374,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.5.2p104
ruby 2.5.3p105
BUNDLED WITH
1.17.0.pre.2