File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
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 18
18
19
19
name 'mattermost'
20
20
21
- default_version '9.1.3 '
21
+ default_version '9.2.2 '
22
22
23
23
source url : "https://releases.mattermost.com/#{ version } /mattermost-team-#{ version } -linux-amd64.tar.gz" ,
24
- sha256 : '70e7fc8e9abf3f4d756da76cbd6d3333d3cf98a30f8b91d1a38f0c660698e8c0 '
24
+ sha256 : 'ff42d71d8aa4189b3b8af77b5c622352d467960b19c8398c6f7d6614420ef607 '
25
25
relative_path 'mattermost'
26
26
27
27
license_name = 'GITLAB-MATTERMOST-COMPILED-LICENSE.txt'
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