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 7416906 + 21f00cd commit 43f0745Copy full SHA for 43f0745
.gitlab-ci.yml
@@ -61,7 +61,7 @@ variables:
61
CACHE_KEY_SUFFIX: '-v3'
62
CACHE_EDITION: "CE"
63
ISSUE_BOT_LABELS_EXTRA: "group::distribution"
64
- BUNDLER_VERSION: "2.4.22"
+ BUNDLER_VERSION: "2.5.5"
65
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
66
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
67
NEXT_RUBY_VERSION: "3.1.4"
Gemfile.lock
@@ -632,4 +632,4 @@ DEPENDENCIES
632
yard
633
634
BUNDLED WITH
635
- 2.4.22
+ 2.5.5
config/software/rubygems.rb
@@ -15,7 +15,7 @@
15
#
16
17
name 'rubygems'
18
-default_version '3.4.22'
+default_version '3.5.5'
19
20
license 'MIT'
21
license_file 'LICENSE.txt'
0 commit comments