Update default ruby version to 3.1.1
This commit is contained in:
parent
4b0b251cf6
commit
162c688a28
6 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ end
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.0'
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.1'
|
||||
|
||||
# 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