This repository was archived by the owner on Jun 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ source 'http://rubygems.org'
3
3
gem 'sinatra' , '~> 2.0'
4
4
gem 'jwt' , '~> 2.1'
5
5
gem 'octokit' , '~> 4.0'
6
+ gem 'dotenv'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.5.2 )
5
5
public_suffix (>= 2.0.2 , < 4.0 )
6
- faraday (0.15.2 )
6
+ dotenv (2.5.0 )
7
+ faraday (0.15.3 )
7
8
multipart-post (>= 1.2 , < 3 )
8
9
jwt (2.1.0 )
9
10
multipart-post (2.0.0 )
10
- mustermann (1.0.2 )
11
- octokit (4.9 .0 )
11
+ mustermann (1.0.3 )
12
+ octokit (4.13 .0 )
12
13
sawyer (~> 0.8.0 , >= 0.5.3 )
13
- public_suffix (3.0.2 )
14
- rack (2.0.5 )
15
- rack-protection (2.0.3 )
14
+ public_suffix (3.0.3 )
15
+ rack (2.0.6 )
16
+ rack-protection (2.0.4 )
16
17
rack
17
18
sawyer (0.8.1 )
18
19
addressable (>= 2.3.5 , < 2.6 )
19
20
faraday (~> 0.8 , < 1.0 )
20
- sinatra (2.0.3 )
21
+ sinatra (2.0.4 )
21
22
mustermann (~> 1.0 )
22
23
rack (~> 2.0 )
23
- rack-protection (= 2.0.3 )
24
+ rack-protection (= 2.0.4 )
24
25
tilt (~> 2.0 )
25
26
tilt (2.0.8 )
26
27
27
28
PLATFORMS
28
29
ruby
29
30
30
31
DEPENDENCIES
32
+ dotenv
31
33
jwt (~> 2.1 )
32
34
octokit (~> 4.0 )
33
35
sinatra (~> 2.0 )
34
36
35
37
BUNDLED WITH
36
- 1.14.6
38
+ 1.17.1
You can’t perform that action at this time.
0 commit comments