We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df252a9 + 6d64ebe commit 82a2421Copy full SHA for 82a2421
config/software/ruby.rb
@@ -24,11 +24,11 @@
24
25
# Follow the Ruby upgrade guide when changing the ruby version
26
# link: https://docs.gitlab.com/ee/development/ruby_upgrade.html
27
-current_ruby_version = '3.0.6'
+current_ruby_version = '3.1.4'
28
29
# NOTE: When this value is updated, flip `USE_NEXT_RUBY_VERSION_IN_*` variable
30
# to false to avoid surprises.
31
-next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.0.6'
+next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.1.4'
32
33
# MRs targeting stable branches should use current Ruby version and ignore next
34
# Ruby version. Also, we provide `USE_OLD_RUBY_VERSION` variable to force usage
0 commit comments