Update ruby/bundler version to the one we use in osem/base

This commit is contained in:
Henne Vogelsang 2023-02-02 18:03:30 +01:00
parent 41287aea03
commit 13374571c9
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
5 changed files with 7 additions and 7 deletions

View file

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