Skip to content

Commit

Permalink
Merge pull request #91 from openstreetmap/dependabot/bundler/git-2.3.0
Browse files Browse the repository at this point in the history
Bump git from 2.2.0 to 2.3.0
  • Loading branch information
tomhughes authored Sep 2, 2024
2 parents d8fe655 + b9ba155 commit 51e2409
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 51e2409

Please sign in to comment.