Update to Ruby 2.6.6
This commit is contained in:
parent
68f118100a
commit
2b62a37ec5
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
2.5.1
|
||||
2.6.6
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue