Skip to content

Commit 1b6c6cc

Browse files
Update dependency git to v4
1 parent 2be49b1 commit 1b6c6cc

2 files changed

Lines changed: 44 additions & 8 deletions

File tree

toolbox/github/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'git', '~>1.18'
3+
gem 'git', '~>4.0'
44
gem 'octokit', '~>6.1'

toolbox/github/Gemfile.lock

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
activesupport (8.1.3)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
json
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.9.0)
18+
public_suffix (>= 2.0.2, < 8.0)
19+
base64 (0.3.0)
20+
bigdecimal (4.1.2)
21+
concurrent-ruby (1.3.6)
22+
connection_pool (3.0.2)
23+
drb (2.2.3)
624
faraday (2.7.8)
725
faraday-net_http (>= 2.0, < 3.1)
826
ruby2_keywords (>= 0.0.4)
927
faraday-net_http (3.0.2)
10-
git (1.18.0)
28+
git (4.3.2)
29+
activesupport (>= 5.0)
1130
addressable (~> 2.8)
12-
rchardet (~> 1.8)
31+
process_executer (~> 4.0)
32+
rchardet (~> 1.9)
33+
i18n (1.14.8)
34+
concurrent-ruby (~> 1.0)
35+
json (2.19.5)
36+
logger (1.7.0)
37+
minitest (6.0.6)
38+
drb (~> 2.0)
39+
prism (~> 1.5)
1340
octokit (6.1.1)
1441
faraday (>= 1, < 3)
1542
sawyer (~> 0.9)
16-
public_suffix (5.0.1)
17-
rchardet (1.8.0)
43+
prism (1.9.0)
44+
process_executer (4.0.4)
45+
track_open_instances (~> 0.1)
46+
public_suffix (7.0.5)
47+
rchardet (1.10.0)
1848
ruby2_keywords (0.0.5)
1949
sawyer (0.9.2)
2050
addressable (>= 2.3.5)
2151
faraday (>= 0.17.3, < 3)
52+
securerandom (0.4.1)
53+
track_open_instances (0.1.15)
54+
tzinfo (2.0.6)
55+
concurrent-ruby (~> 1.0)
56+
uri (1.1.1)
2257

2358
PLATFORMS
2459
x86_64-darwin-21
2560
x86_64-darwin-23
61+
x86_64-linux
2662

2763
DEPENDENCIES
28-
git (~> 1.18)
64+
git (~> 4.0)
2965
octokit (~> 6.1)
3066

3167
BUNDLED WITH

0 commit comments

Comments
 (0)