File tree 2 files changed +39
-8
lines changed
2 files changed +39
-8
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'git' , '~>1.18 '
3
+ gem 'git' , '~>3.0 '
4
4
gem 'octokit' , '~>6.1'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.4 )
5
- public_suffix (>= 2.0.2 , < 6.0 )
4
+ activesupport (8.0.2 )
5
+ base64
6
+ benchmark (>= 0.3 )
7
+ bigdecimal
8
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
9
+ connection_pool (>= 2.2.5 )
10
+ drb
11
+ i18n (>= 1.6 , < 2 )
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.8.7 )
18
+ public_suffix (>= 2.0.2 , < 7.0 )
19
+ base64 (0.2.0 )
20
+ benchmark (0.4.0 )
21
+ bigdecimal (3.1.9 )
22
+ concurrent-ruby (1.3.5 )
23
+ connection_pool (2.5.0 )
24
+ drb (2.2.1 )
6
25
faraday (2.7.8 )
7
26
faraday-net_http (>= 2.0 , < 3.1 )
8
27
ruby2_keywords (>= 0.0.4 )
9
28
faraday-net_http (3.0.2 )
10
- git (1.18.0 )
29
+ git (3.0.0 )
30
+ activesupport (>= 5.0 )
11
31
addressable (~> 2.8 )
12
- rchardet (~> 1.8 )
32
+ process_executer (~> 1.3 )
33
+ rchardet (~> 1.9 )
34
+ i18n (1.14.7 )
35
+ concurrent-ruby (~> 1.0 )
36
+ logger (1.6.6 )
37
+ minitest (5.25.5 )
13
38
octokit (6.1.1 )
14
39
faraday (>= 1 , < 3 )
15
40
sawyer (~> 0.9 )
16
- public_suffix (5.0.1 )
17
- rchardet (1.8.0 )
41
+ process_executer (1.3.0 )
42
+ public_suffix (6.0.1 )
43
+ rchardet (1.9.0 )
18
44
ruby2_keywords (0.0.5 )
19
45
sawyer (0.9.2 )
20
46
addressable (>= 2.3.5 )
21
47
faraday (>= 0.17.3 , < 3 )
48
+ securerandom (0.4.1 )
49
+ tzinfo (2.0.6 )
50
+ concurrent-ruby (~> 1.0 )
51
+ uri (1.0.3 )
22
52
23
53
PLATFORMS
24
54
x86_64-darwin-21
55
+ x86_64-linux
25
56
26
57
DEPENDENCIES
27
- git (~> 1.18 )
58
+ git (~> 3.0 )
28
59
octokit (~> 6.1 )
29
60
30
61
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments