Skip to content

Commit 20f9aad

Browse files
author
Clemens Beck
committed
Update bundler from 2.4.13 to 2.4.22
Adds bundler to deps io to automate future updates. Changelog: changed
1 parent 8766891 commit 20f9aad

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.0.6"

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

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)