Skip to content

Commit 29a42f8

Browse files
chore(deps): update dependency git to '~>4.0', '>= 4.0.5'
1 parent 08c0961 commit 29a42f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.4' # https://rubygems.org/gems/git
9+
gem 'git', '~>4.0', '>= 4.0.5' # https://rubygems.org/gems/git
1010
gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator
1111
gem 'mdl', '~>0.13.0'
1212
gem 'rake', '~>13.3'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2)
4+
activesupport (8.0.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -40,12 +40,12 @@ GEM
4040
async (>= 2.0)
4141
base64 (0.3.0)
4242
benchmark (0.4.1)
43-
bigdecimal (3.2.2)
43+
bigdecimal (3.2.3)
4444
builder (3.3.0)
4545
chef-utils (18.7.10)
4646
concurrent-ruby
4747
concurrent-ruby (1.3.5)
48-
connection_pool (2.5.3)
48+
connection_pool (2.5.4)
4949
console (1.33.0)
5050
fiber-annotation
5151
fiber-local (~> 1.1)
@@ -125,7 +125,7 @@ GEM
125125
fiber-local (1.1.0)
126126
fiber-storage
127127
fiber-storage (1.0.1)
128-
git (4.0.4)
128+
git (4.0.5)
129129
activesupport (>= 5.0)
130130
addressable (~> 2.8)
131131
process_executer (~> 4.0)
@@ -279,7 +279,7 @@ DEPENDENCIES
279279
csv
280280
cucumber
281281
docker_registry2 (~> 1.18.2)
282-
git (~> 4.0, >= 4.0.4)
282+
git (~> 4.0, >= 4.0.5)
283283
github_changelog_generator (~> 1.16.4)
284284
mdl (~> 0.13.0)
285285
ostruct (~> 0.6, >= 0.6.3)

0 commit comments

Comments
 (0)