Skip to content

Commit 6d64ebe

Browse files
committed
Bump bundled Ruby to 3.1.4
Changelog: changed Signed-off-by: Balasankar 'Balu' C <[email protected]>
1 parent cce7680 commit 6d64ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/software/ruby.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
# Follow the Ruby upgrade guide when changing the ruby version
2626
# link: https://docs.gitlab.com/ee/development/ruby_upgrade.html
27-
current_ruby_version = '3.0.6'
27+
current_ruby_version = '3.1.4'
2828

2929
# NOTE: When this value is updated, flip `USE_NEXT_RUBY_VERSION_IN_*` variable
3030
# to false to avoid surprises.
31-
next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.0.6'
31+
next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.1.4'
3232

3333
# MRs targeting stable branches should use current Ruby version and ignore next
3434
# Ruby version. Also, we provide `USE_OLD_RUBY_VERSION` variable to force usage

0 commit comments

Comments
 (0)