Update default ruby version to 2.5.9
openSUSE 15.2 switched to this ruby version.
This commit is contained in:
parent
04ddca5f0e
commit
24455cc8f1
5 changed files with 4 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.8'
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.9'
|
||||
|
||||
# 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