Skip to content

Commit

Permalink
chore(deps): update dependency git to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 3b472bf commit 6530de4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rhcl', '~> 0.1.0'

group :development do
gem 'docker_registry2', '~> 1.18.0' # https://rubygems.org/gems/docker_registry2
gem 'git', '~>1.19.1' # https://rubygems.org/gems/git
gem 'git', '~>2.0.0' # https://rubygems.org/gems/git
gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator
gem 'mdl', '~>0.13.0'
gem 'rake', '~>13.2.1'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ GEM
faraday-net_http (3.0.2)
ffi (1.15.5)
fiber-local (1.0.0)
git (1.19.1)
git (2.0.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
github_changelog_generator (1.16.4)
activesupport
Expand Down Expand Up @@ -150,6 +152,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
process_executer (1.1.0)
protocol-hpack (1.4.2)
protocol-http (0.24.1)
protocol-http1 (0.15.0)
Expand Down Expand Up @@ -245,7 +248,7 @@ PLATFORMS
DEPENDENCIES
cucumber
docker_registry2 (~> 1.18.0)
git (~> 1.19.1)
git (~> 2.0.0)
github_changelog_generator (~> 1.16.4)
mdl (~> 0.13.0)
rake (~> 13.2.1)
Expand Down

0 comments on commit 6530de4

Please sign in to comment.