Upgrade ruby to 2.5.2

This commit is contained in:
Al Snow
2018-10-17 17:24:22 -04:00
parent cbc70ef8f3
commit 97a46a476a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.1 2.5.2
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- "2.5.1" - "2.5.2"
before_install: before_install:
- "gem install bundler" - "gem install bundler"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.1 FROM ruby:2.5.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp RUN mkdir /myapp
WORKDIR /myapp WORKDIR /myapp
+1 -1
View File
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade #don't upgrade
gem "rails", "5.1.6" gem "rails", "5.1.6"
ruby "2.5.1" ruby "2.5.2"
gem "aruba" gem "aruba"
gem "bcrypt" gem "bcrypt"
+1 -1
View File
@@ -374,7 +374,7 @@ DEPENDENCIES
unicorn unicorn
RUBY VERSION RUBY VERSION
ruby 2.5.1p57 ruby 2.5.2p104
BUNDLED WITH BUNDLED WITH
1.17.0.pre.2 1.17.0.pre.2