bump ruby version to 3.1.2

This commit is contained in:
Rune Antonsen 2022-04-21 13:38:25 +02:00 committed by Henne Vogelsang
parent f17fab82d2
commit 9c904f1103
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
6 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ end
source 'https://rubygems.org'
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.1'
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.2'
# rails-assets requires >= 1.8.4
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')