Skip to content

Commit ff025d2

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 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.2.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -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)