File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ variables:
61
61
CACHE_KEY_SUFFIX : ' -v3'
62
62
CACHE_EDITION : " CE"
63
63
ISSUE_BOT_LABELS_EXTRA : " group::distribution"
64
- BUNDLER_VERSION : " 2.4.13 "
64
+ BUNDLER_VERSION : " 2.4.22 "
65
65
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
66
66
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
67
67
NEXT_RUBY_VERSION : " 3.1.4"
Original file line number Diff line number Diff line change @@ -632,4 +632,4 @@ DEPENDENCIES
632
632
yard
633
633
634
634
BUNDLED WITH
635
- 2.4.13
635
+ 2.4.22
Original file line number Diff line number Diff line change @@ -123,12 +123,24 @@ dependencies:
123
123
replace_in_files :
124
124
- filename : config/software/remote-syslog.rb
125
125
pattern : " default_version '(\\ S+)'"
126
- # rubygems
126
+ # rubygems and bundler
127
127
https://github.com/rubygems/rubygems.git :
128
128
replace_in_files :
129
129
- filename : config/software/rubygems.rb
130
130
pattern : " default_version '(\\ S+)'"
131
131
range : ' <= 3.x'
132
+ - filename : .gitlab-ci.yml
133
+ pattern : ' BUNDLER_VERSION: "(\\S+)"'
134
+ tag_filter :
135
+ matching : ' bundler-v(\\S+)'
136
+ sort_as : ' $1'
137
+ range : ' <= 3.x'
138
+ - filename : Gemfile.lock
139
+ pattern : ' BUNDLED WITH\n (\\S+)'
140
+ tag_filter :
141
+ matching : ' bundler-v(\\S+)'
142
+ sort_as : ' $1'
143
+ range : ' <= 3.x'
132
144
# zlib
133
145
https://github.com/madler/zlib.git :
134
146
replace_in_files :
You can’t perform that action at this time.
0 commit comments