Skip to content

Commit 1d46ccb

Browse files
author
GitLab Bot
committed
Sync changes from gitlab-org/omnibus-gitlab
2 parents 97a2dd1 + 7928d26 commit 1d46ccb

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@
1818

1919
name 'mattermost'
2020

21+
<<<<<<< HEAD
2122
default_version '9.1.3'
2223

2324
source url: "https://releases.mattermost.com/#{version}/mattermost-team-#{version}-linux-amd64.tar.gz",
2425
sha256: '70e7fc8e9abf3f4d756da76cbd6d3333d3cf98a30f8b91d1a38f0c660698e8c0'
26+
=======
27+
default_version '9.2.2'
28+
29+
source url: "https://releases.mattermost.com/#{version}/mattermost-team-#{version}-linux-amd64.tar.gz",
30+
sha256: 'ff42d71d8aa4189b3b8af77b5c622352d467960b19c8398c6f7d6614420ef607'
31+
>>>>>>> source-project/master
2532
relative_path 'mattermost'
2633

2734
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)