Skip to content

Commit 45dab27

Browse files
Mayra CabrerabalasankarcGitLab BotRobert MarshallAntonis Stamatiou
committed
Merge branch 'sync-master-with-gitlab-org/omnibus-gitlab' into 'master'
Update bundler from 2.4.13 to 2.4.22 See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/401 Merged-by: Mayra Cabrera <[email protected]> Approved-by: Mayra Cabrera <[email protected]> Co-authored-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: GitLab Bot <[email protected]> Co-authored-by: Robert Marshall <[email protected]> Co-authored-by: Antonis Stamatiou <[email protected]> Co-authored-by: Clemens Beck <[email protected]>
2 parents d67e04c + 460e74b commit 45dab27

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ variables:
6161
CACHE_KEY_SUFFIX: '-v3'
6262
CACHE_EDITION: "CE"
6363
ISSUE_BOT_LABELS_EXTRA: "group::distribution"
64-
BUNDLER_VERSION: "2.4.13"
64+
BUNDLER_VERSION: "2.4.22"
6565
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
6666
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
6767
NEXT_RUBY_VERSION: "3.1.4"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,4 +632,4 @@ DEPENDENCIES
632632
yard
633633

634634
BUNDLED WITH
635-
2.4.13
635+
2.4.22

config/software/mattermost.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
name 'mattermost'
2020

21-
default_version '9.1.3'
21+
default_version '9.2.2'
2222

2323
source url: "https://releases.mattermost.com/#{version}/mattermost-team-#{version}-linux-amd64.tar.gz",
24-
sha256: '70e7fc8e9abf3f4d756da76cbd6d3333d3cf98a30f8b91d1a38f0c660698e8c0'
24+
sha256: 'ff42d71d8aa4189b3b8af77b5c622352d467960b19c8398c6f7d6614420ef607'
2525
relative_path 'mattermost'
2626

2727
license_name = 'GITLAB-MATTERMOST-COMPILED-LICENSE.txt'

deps.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,24 @@ dependencies:
123123
replace_in_files:
124124
- filename: config/software/remote-syslog.rb
125125
pattern: "default_version '(\\S+)'"
126-
# rubygems
126+
# rubygems and bundler
127127
https://github.com/rubygems/rubygems.git:
128128
replace_in_files:
129129
- filename: config/software/rubygems.rb
130130
pattern: "default_version '(\\S+)'"
131131
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'
132144
# zlib
133145
https://github.com/madler/zlib.git:
134146
replace_in_files:

0 commit comments

Comments
 (0)