Skip to content

Commit 059a9ef

Browse files
authored
Merge pull request #74 from openstreetmap/dependabot/bundler/git-2.3.1
Bump git from 2.3.0 to 2.3.1
2 parents b5c1dad + 33a34c7 commit 059a9ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'git', '~> 2.3.0'
5+
gem 'git', '~> 2.3.1'
66
gem 'json', '~> 2.7'
77
gem 'octokit', '~> 9.1.0'
88

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (7.2.1.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -24,12 +24,12 @@ GEM
2424
faraday-net_http (>= 2.0, < 3.2)
2525
faraday-net_http (3.1.0)
2626
net-http
27-
git (2.3.0)
27+
git (2.3.1)
2828
activesupport (>= 5.0)
2929
addressable (~> 2.8)
3030
process_executer (~> 1.1)
3131
rchardet (~> 1.8)
32-
i18n (1.14.5)
32+
i18n (1.14.6)
3333
concurrent-ruby (~> 1.0)
3434
json (2.7.2)
3535
language_server-protocol (3.17.0.3)
@@ -44,7 +44,7 @@ GEM
4444
parser (3.3.5.0)
4545
ast (~> 2.4.1)
4646
racc
47-
process_executer (1.1.0)
47+
process_executer (1.2.0)
4848
public_suffix (6.0.1)
4949
racc (1.8.1)
5050
rainbow (3.1.1)
@@ -77,7 +77,7 @@ PLATFORMS
7777
x86_64-linux
7878

7979
DEPENDENCIES
80-
git (~> 2.3.0)
80+
git (~> 2.3.1)
8181
json (~> 2.7)
8282
octokit (~> 9.1.0)
8383
rubocop (~> 1.66)

0 commit comments

Comments
 (0)