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'
33gem 'sinatra' , '~> 2.0'
44gem 'jwt' , '~> 2.1'
55gem 'octokit' , '~> 4.0'
6+ gem 'dotenv'
Original file line number Diff line number Diff line change 33 specs:
44 addressable (2.5.2 )
55 public_suffix (>= 2.0.2 , < 4.0 )
6- faraday (0.15.2 )
6+ dotenv (2.5.0 )
7+ faraday (0.15.3 )
78 multipart-post (>= 1.2 , < 3 )
89 jwt (2.1.0 )
910 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 )
1213 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 )
1617 rack
1718 sawyer (0.8.1 )
1819 addressable (>= 2.3.5 , < 2.6 )
1920 faraday (~> 0.8 , < 1.0 )
20- sinatra (2.0.3 )
21+ sinatra (2.0.4 )
2122 mustermann (~> 1.0 )
2223 rack (~> 2.0 )
23- rack-protection (= 2.0.3 )
24+ rack-protection (= 2.0.4 )
2425 tilt (~> 2.0 )
2526 tilt (2.0.8 )
2627
2728PLATFORMS
2829 ruby
2930
3031DEPENDENCIES
32+ dotenv
3133 jwt (~> 2.1 )
3234 octokit (~> 4.0 )
3335 sinatra (~> 2.0 )
3436
3537BUNDLED WITH
36- 1.14.6
38+ 1.17.1
You can’t perform that action at this time.
0 commit comments