Skip to content

Commit

Permalink
Bump git from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [git](https://github.com/ruby-git/ruby-git) from 2.0.1 to 2.1.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.0.1...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 29a8436 commit a96024f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0.1"
gem "git", "~> 2.1.0"
gem "octokit", "~> 8.1.0"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
drb (2.2.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
git (2.0.1)
git (2.1.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.23.0)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand All @@ -51,7 +51,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 2.0.1)
git (~> 2.1.0)
octokit (~> 8.1.0)

BUNDLED WITH
Expand Down

0 comments on commit a96024f

Please sign in to comment.