Skip to content

Commit

Permalink
Merge pull request #73 from openstreetmap/dependabot/bundler/git-2.1.0
Browse files Browse the repository at this point in the history
Bump git from 2.0.1 to 2.1.0
  • Loading branch information
tomhughes authored May 31, 2024
2 parents 29a8436 + a96024f commit b6e3a2f
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 b6e3a2f

Please sign in to comment.