Skip to content

Commit

Permalink
Merge pull request #18 from openstreetmap/dependabot/bundler/git-1.19.0
Browse files Browse the repository at this point in the history
Bump git from 1.18.0 to 1.19.0
  • Loading branch information
matkoniecz authored Dec 29, 2023
2 parents 7301d23 + 15a274f commit 464eb00
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
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'git', '~> 1.18.0'
gem 'git', '~> 1.19.0'
gem 'json', '~> 2.7'
gem 'octokit', '~> 8.0.0'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
Expand All @@ -10,7 +10,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
git (1.18.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
json (2.7.1)
Expand All @@ -22,7 +22,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 1.18.0)
git (~> 1.19.0)
json (~> 2.7)
octokit (~> 8.0.0)
rubocop (~> 1.59)
Expand Down

0 comments on commit 464eb00

Please sign in to comment.