File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ source 'https://rubygems.org'
4
4
5
5
gem 'git' , '~> 2.3.1'
6
6
gem 'json' , '~> 2.8'
7
- gem 'octokit' , '~> 9.1 .0'
7
+ gem 'octokit' , '~> 9.2 .0'
8
8
9
9
gem 'rubocop' , '~> 1.66' , groups : 'development'
Original file line number Diff line number Diff line change 20
20
concurrent-ruby (1.3.4 )
21
21
connection_pool (2.4.1 )
22
22
drb (2.2.1 )
23
- faraday (2.9.1 )
24
- faraday-net_http (>= 2.0 , < 3.2 )
25
- faraday-net_http (3.1.0 )
26
- net-http
23
+ faraday (2.12.1 )
24
+ faraday-net_http (>= 2.0 , < 3.5 )
25
+ json
26
+ logger
27
+ faraday-net_http (3.4.0 )
28
+ net-http (>= 0.5.0 )
27
29
git (2.3.1 )
28
30
activesupport (>= 5.0 )
29
31
addressable (~> 2.8 )
35
37
language_server-protocol (3.17.0.3 )
36
38
logger (1.6.1 )
37
39
minitest (5.25.1 )
38
- net-http (0.4.1 )
40
+ net-http (0.5.0 )
39
41
uri
40
- octokit (9.1 .0 )
42
+ octokit (9.2 .0 )
41
43
faraday (>= 1 , < 3 )
42
44
sawyer (~> 0.9 )
43
45
parallel (1.26.3 )
70
72
tzinfo (2.0.6 )
71
73
concurrent-ruby (~> 1.0 )
72
74
unicode-display_width (2.5.0 )
73
- uri (0.13.0 )
75
+ uri (1.0.2 )
74
76
75
77
PLATFORMS
76
78
arm64-darwin-23
@@ -79,7 +81,7 @@ PLATFORMS
79
81
DEPENDENCIES
80
82
git (~> 2.3.1 )
81
83
json (~> 2.8 )
82
- octokit (~> 9.1 .0 )
84
+ octokit (~> 9.2 .0 )
83
85
rubocop (~> 1.66 )
84
86
85
87
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments