Use Ruby 2.5.5 since that is in the docker dev container
This commit is contained in:
parent
2be789884b
commit
4c28ecf254
3 changed files with 3 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.0'
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.5'
|
||||
|
||||
# rails-assets requires >= 1.8.4
|
||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue