File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
source 'http://rubygems.org'
2
2
3
3
gem 'rake' , '~> 13.0'
4
- gem 'octokit' , '~> 4.7 '
4
+ gem 'octokit' , '~> 10.0 '
5
5
gem 'conventional-changelog' , '~> 1.3'
6
6
gem 'bump' , '~> 0.5'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
- addressable (2.8.6 )
5
- public_suffix (>= 2.0.2 , < 6 .0 )
4
+ addressable (2.8.7 )
5
+ public_suffix (>= 2.0.2 , < 7 .0 )
6
6
bump (0.10.0 )
7
7
conventional-changelog (1.3.0 )
8
- faraday (2.9.0 )
9
- faraday-net_http (>= 2.0 , < 3.2 )
10
- faraday-net_http (3.1.0 )
11
- net-http
12
- net-http (0.4.1 )
8
+ faraday (2.13.1 )
9
+ faraday-net_http (>= 2.0 , < 3.5 )
10
+ json
11
+ logger
12
+ faraday-net_http (3.4.1 )
13
+ net-http (>= 0.5.0 )
14
+ json (2.12.2 )
15
+ logger (1.7.0 )
16
+ net-http (0.6.0 )
13
17
uri
14
- octokit (4.25.1 )
18
+ octokit (10.0.0 )
15
19
faraday (>= 1 , < 3 )
16
20
sawyer (~> 0.9 )
17
- public_suffix (5 .0.4 )
21
+ public_suffix (6 .0.2 )
18
22
rake (13.3.0 )
19
23
sawyer (0.9.2 )
20
24
addressable (>= 2.3.5 )
21
25
faraday (>= 0.17.3 , < 3 )
22
- uri (0.13.2 )
26
+ uri (1.0.3 )
23
27
24
28
PLATFORMS
25
29
ruby
26
30
27
31
DEPENDENCIES
28
32
bump (~> 0.5 )
29
33
conventional-changelog (~> 1.3 )
30
- octokit (~> 4.7 )
34
+ octokit (~> 10.0 )
31
35
rake (~> 13.0 )
32
36
33
37
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments