Skip to content

Commit

Permalink
Merge pull request #65 from openstreetmap/dependabot/bundler/git-2.3.0
Browse files Browse the repository at this point in the history
Bump git from 2.1.1 to 2.3.0
  • Loading branch information
Firefishy committed Sep 9, 2024
2 parents d47faf7 + 1ff0a3f commit 83b27b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 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.1.1'
gem 'git', '~> 2.3.0'
gem 'json', '~> 2.7'
gem 'octokit', '~> 9.1.0'

Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.3)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
git (2.1.1)
git (2.3.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
Expand All @@ -32,8 +33,8 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.23.1)
mutex_m (0.2.0)
logger (1.6.1)
minitest (5.25.1)
net-http (0.4.1)
uri
octokit (9.1.0)
Expand All @@ -44,7 +45,7 @@ GEM
ast (~> 2.4.1)
racc
process_executer (1.1.0)
public_suffix (5.1.1)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rchardet (1.8.0)
Expand All @@ -65,6 +66,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -75,7 +77,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 2.1.1)
git (~> 2.3.0)
json (~> 2.7)
octokit (~> 9.1.0)
rubocop (~> 1.66)
Expand Down

0 comments on commit 83b27b3

Please sign in to comment.