Skip to content

Commit 83b27b3

Browse files
authored
Merge pull request #65 from openstreetmap/dependabot/bundler/git-2.3.0
Bump git from 2.1.1 to 2.3.0
2 parents d47faf7 + 1ff0a3f commit 83b27b3

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
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.1.1'
5+
gem 'git', '~> 2.3.0'
66
gem 'json', '~> 2.7'
77
gem 'octokit', '~> 9.1.0'
88

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.3)
4+
activesupport (7.2.1)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
1617
ast (2.4.2)
1718
base64 (0.2.0)
1819
bigdecimal (3.1.8)
19-
concurrent-ruby (1.3.1)
20+
concurrent-ruby (1.3.4)
2021
connection_pool (2.4.1)
2122
drb (2.2.1)
2223
faraday (2.9.1)
2324
faraday-net_http (>= 2.0, < 3.2)
2425
faraday-net_http (3.1.0)
2526
net-http
26-
git (2.1.1)
27+
git (2.3.0)
2728
activesupport (>= 5.0)
2829
addressable (~> 2.8)
2930
process_executer (~> 1.1)
@@ -32,8 +33,8 @@ GEM
3233
concurrent-ruby (~> 1.0)
3334
json (2.7.2)
3435
language_server-protocol (3.17.0.3)
35-
minitest (5.23.1)
36-
mutex_m (0.2.0)
36+
logger (1.6.1)
37+
minitest (5.25.1)
3738
net-http (0.4.1)
3839
uri
3940
octokit (9.1.0)
@@ -44,7 +45,7 @@ GEM
4445
ast (~> 2.4.1)
4546
racc
4647
process_executer (1.1.0)
47-
public_suffix (5.1.1)
48+
public_suffix (6.0.1)
4849
racc (1.8.1)
4950
rainbow (3.1.1)
5051
rchardet (1.8.0)
@@ -65,6 +66,7 @@ GEM
6566
sawyer (0.9.2)
6667
addressable (>= 2.3.5)
6768
faraday (>= 0.17.3, < 3)
69+
securerandom (0.3.1)
6870
tzinfo (2.0.6)
6971
concurrent-ruby (~> 1.0)
7072
unicode-display_width (2.5.0)
@@ -75,7 +77,7 @@ PLATFORMS
7577
x86_64-linux
7678

7779
DEPENDENCIES
78-
git (~> 2.1.1)
80+
git (~> 2.3.0)
7981
json (~> 2.7)
8082
octokit (~> 9.1.0)
8183
rubocop (~> 1.66)

0 commit comments

Comments
 (0)