Skip to content

Commit

Permalink
Bump git from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [git](https://github.com/ruby-git/ruby-git) from 2.2.0 to 2.3.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@v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent d8fe655 commit b9ba155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "git", "~> 2.2.0"
gem "git", "~> 2.3.0"
gem "octokit", "~> 9.1.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
git (2.2.0)
git (2.3.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
logger (1.6.0)
logger (1.6.1)
minitest (5.25.1)
net-http (0.4.1)
uri
Expand All @@ -52,7 +52,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 2.2.0)
git (~> 2.3.0)
octokit (~> 9.1.0)

BUNDLED WITH
Expand Down

0 comments on commit b9ba155

Please sign in to comment.