Skip to content

Commit 82a2421

Browse files
Merge branch '8262-bump-ruby-3.1.4' into 'master'
Bump bundled Ruby to 3.1.4 Closes #8262 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7292 Merged-by: Jason Plum <[email protected]> Approved-by: Jason Plum <[email protected]> Approved-by: Andrew Patterson <[email protected]> Co-authored-by: Balasankar 'Balu' C <[email protected]>
2 parents df252a9 + 6d64ebe commit 82a2421

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)