Skip to content

Commit

Permalink
Merge pull request #47 from openstreetmap/dependabot/bundler/git-2.0.0
Browse files Browse the repository at this point in the history
Bump git from 1.19.1 to 2.0.0
  • Loading branch information
matkoniecz committed May 13, 2024
2 parents 29a3f87 + 8bff95d commit 0ecd525
Show file tree
Hide file tree
Showing 2 changed files with 27 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', '~> 1.19.1'
gem 'git', '~> 2.0.0'
gem 'json', '~> 2.7'
gem 'octokit', '~> 8.1.0'

Expand Down
29 changes: 26 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.2.3)
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 (1.19.1)
git (2.0.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
mutex_m (0.2.0)
net-http (0.4.1)
uri
octokit (8.1.0)
Expand All @@ -24,7 +44,8 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.4)
process_executer (1.1.0)
public_suffix (5.0.5)
racc (1.7.3)
rainbow (3.1.1)
rchardet (1.8.0)
Expand All @@ -47,6 +68,8 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)

Expand All @@ -55,7 +78,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 1.19.1)
git (~> 2.0.0)
json (~> 2.7)
octokit (~> 8.1.0)
rubocop (~> 1.63)
Expand Down

0 comments on commit 0ecd525

Please sign in to comment.