Use Ruby 2.5.5 since that is in the docker dev container

This commit is contained in:
Michael Ball 2020-01-05 15:16:14 -08:00
parent 2be789884b
commit 4c28ecf254
3 changed files with 3 additions and 6 deletions

View file

@ -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')