Skip to content

Commit

Permalink
Merge pull request #55 from openstreetmap/dependabot/bundler/git-2.1.1
Browse files Browse the repository at this point in the history
Bump git from 2.0.1 to 2.1.1
  • Loading branch information
grischard committed Jun 10, 2024
2 parents 81cbfc6 + fffc8f0 commit c46f13c
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
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'git', '~> 2.0.1'
gem 'git', '~> 2.1.1'
gem 'json', '~> 2.7'
gem 'octokit', '~> 8.1.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ GEM
ast (2.4.2)
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.1)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
Expand Down Expand Up @@ -80,7 +80,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 2.0.1)
git (~> 2.1.1)
json (~> 2.7)
octokit (~> 8.1.0)
rubocop (~> 1.64)
Expand Down

0 comments on commit c46f13c

Please sign in to comment.