File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
- gem 'git' , '~> 2.1.1 '
5
+ gem 'git' , '~> 2.3.0 '
6
6
gem 'json' , '~> 2.7'
7
7
gem 'octokit' , '~> 9.1.0'
8
8
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.1.3.3 )
4
+ activesupport (7.2.1 )
5
5
base64
6
6
bigdecimal
7
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
7
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
8
8
connection_pool (>= 2.2.5 )
9
9
drb
10
10
i18n (>= 1.6 , < 2 )
11
+ logger (>= 1.4.2 )
11
12
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 )
16
17
ast (2.4.2 )
17
18
base64 (0.2.0 )
18
19
bigdecimal (3.1.8 )
19
- concurrent-ruby (1.3.1 )
20
+ concurrent-ruby (1.3.4 )
20
21
connection_pool (2.4.1 )
21
22
drb (2.2.1 )
22
23
faraday (2.9.1 )
23
24
faraday-net_http (>= 2.0 , < 3.2 )
24
25
faraday-net_http (3.1.0 )
25
26
net-http
26
- git (2.1.1 )
27
+ git (2.3.0 )
27
28
activesupport (>= 5.0 )
28
29
addressable (~> 2.8 )
29
30
process_executer (~> 1.1 )
32
33
concurrent-ruby (~> 1.0 )
33
34
json (2.7.2 )
34
35
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 )
37
38
net-http (0.4.1 )
38
39
uri
39
40
octokit (9.1.0 )
44
45
ast (~> 2.4.1 )
45
46
racc
46
47
process_executer (1.1.0 )
47
- public_suffix (5.1 .1 )
48
+ public_suffix (6.0 .1 )
48
49
racc (1.8.1 )
49
50
rainbow (3.1.1 )
50
51
rchardet (1.8.0 )
65
66
sawyer (0.9.2 )
66
67
addressable (>= 2.3.5 )
67
68
faraday (>= 0.17.3 , < 3 )
69
+ securerandom (0.3.1 )
68
70
tzinfo (2.0.6 )
69
71
concurrent-ruby (~> 1.0 )
70
72
unicode-display_width (2.5.0 )
@@ -75,7 +77,7 @@ PLATFORMS
75
77
x86_64-linux
76
78
77
79
DEPENDENCIES
78
- git (~> 2.1.1 )
80
+ git (~> 2.3.0 )
79
81
json (~> 2.7 )
80
82
octokit (~> 9.1.0 )
81
83
rubocop (~> 1.66 )
You can’t perform that action at this time.
0 commit comments