Skip to content

Commit 033a57d

Browse files
chore(deps): update dependency git to '~>4.3', '>= 4.3.2'
1 parent fdeeab1 commit 033a57d

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'ostruct', '~> 0.6', '>= 0.6.3'
66

77
group :development do
88
gem 'docker_registry2', '~> 1.18.2' # https://rubygems.org/gems/docker_registry2
9-
gem 'git', '~>4.0', '>= 4.0.7' # https://rubygems.org/gems/git
9+
gem 'git', '~>4.3', '>= 4.3.2' # https://rubygems.org/gems/git
1010
gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator
1111
gem 'mdl', '~>0.15.0'
1212
gem 'rake', '~>13.3', '>= 13.3.1'

Gemfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.4)
4+
activesupport (8.1.3)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.8)
17+
addressable (2.8.9)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
ast (2.4.3)
2020
async (2.27.0)
@@ -39,8 +39,7 @@ GEM
3939
async-pool (0.11.0)
4040
async (>= 2.0)
4141
base64 (0.3.0)
42-
benchmark (0.4.1)
43-
bigdecimal (3.2.3)
42+
bigdecimal (3.3.1)
4443
builder (3.3.0)
4544
chef-utils (18.8.54)
4645
concurrent-ruby
@@ -125,7 +124,7 @@ GEM
125124
fiber-local (1.1.0)
126125
fiber-storage
127126
fiber-storage (1.0.1)
128-
git (4.0.7)
127+
git (4.3.2)
129128
activesupport (>= 5.0)
130129
addressable (~> 2.8)
131130
process_executer (~> 4.0)
@@ -167,7 +166,7 @@ GEM
167166
mime-types-data (~> 3.2025, >= 3.2025.0507)
168167
mime-types-data (3.2025.0729)
169168
mini_mime (1.1.5)
170-
minitest (5.25.5)
169+
minitest (5.27.0)
171170
mixlib-cli (2.1.8)
172171
mixlib-config (3.0.27)
173172
tomlrb
@@ -187,7 +186,7 @@ GEM
187186
ast (~> 2.4.1)
188187
racc
189188
prism (1.7.0)
190-
process_executer (4.0.1)
189+
process_executer (4.0.2)
191190
track_open_instances (~> 0.1)
192191
protocol-hpack (1.5.1)
193192
protocol-http (0.51.0)
@@ -200,7 +199,7 @@ GEM
200199
racc (1.8.1)
201200
rainbow (3.1.1)
202201
rake (13.3.1)
203-
rchardet (1.9.0)
202+
rchardet (1.10.0)
204203
reek (6.5.0)
205204
dry-schema (~> 1.13)
206205
logger (~> 1.6)
@@ -269,7 +268,7 @@ GEM
269268
unicode-display_width (3.2.0)
270269
unicode-emoji (~> 4.1)
271270
unicode-emoji (4.2.0)
272-
uri (1.0.4)
271+
uri (1.1.1)
273272
zeitwerk (2.7.3)
274273

275274
PLATFORMS
@@ -279,7 +278,7 @@ DEPENDENCIES
279278
csv
280279
cucumber
281280
docker_registry2 (~> 1.18.2)
282-
git (~> 4.0, >= 4.0.7)
281+
git (~> 4.3, >= 4.3.2)
283282
github_changelog_generator (~> 1.16.4)
284283
mdl (~> 0.15.0)
285284
ostruct (~> 0.6, >= 0.6.3)

0 commit comments

Comments
 (0)