Skip to content

Commit

Permalink
Bump git from 1.9.1 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/ruby-git/ruby-git/releases)
- [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md)
- [Commits](ruby-git/ruby-git@v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: git
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2021
1 parent dd2a80d commit 042abe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec
gem "rake", "~> 13.0"

group :release do
gem "git", "~> 1.9"
gem "git", "~> 1.10"
gem "semver2", "~> 3.4"
gem "yard", "~> 0.9.27"
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
git (1.9.1)
git (1.10.0)
rchardet (~> 1.8)
gitlab (4.17.0)
httparty (~> 0.18)
Expand Down Expand Up @@ -262,7 +262,7 @@ DEPENDENCIES
allure-report-publisher!
allure-rspec (~> 2.15.0)
climate_control (~> 1.0.1)
git (~> 1.9)
git (~> 1.10)
pry-byebug (~> 3.9)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down

0 comments on commit 042abe8

Please sign in to comment.