Update to Ruby 2.6.6

This commit is contained in:
Eric Schultz 2020-04-16 13:50:52 -05:00
parent 68f118100a
commit 2b62a37ec5
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
2.5.1
2.6.6

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org'
ruby '2.5.1'
ruby '2.6.6'
gem 'rails', '~> 5.2.3'
gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets

View file

@ -585,7 +585,7 @@ DEPENDENCIES
wisper-rspec (~> 1.1.0)
RUBY VERSION
ruby 2.5.1p57
ruby 2.6.6p146
BUNDLED WITH
1.17.3

View file

@ -1,4 +1,4 @@
FROM ruby:2.5.1-stretch
FROM ruby:2.6.6-stretch
ARG USER
RUN mkdir /myapp
COPY script/build/debian/prebuild.sh myapp/script/build/debian/prebuild.sh

View file

@ -1,4 +1,4 @@
FROM ruby:2.5.1-stretch
FROM ruby:2.6.6-stretch
ARG USER
RUN mkdir /myapp
COPY script/build/debian/prebuild.sh myapp/script/build/debian/prebuild.sh