Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit c7ed6ea

Browse files
committed
Require dotenv
1 parent 177a288 commit c7ed6ea

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ source 'http://rubygems.org'
33
gem 'sinatra', '~> 2.0'
44
gem 'jwt', '~> 2.1'
55
gem 'octokit', '~> 4.0'
6+
gem 'dotenv'

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,36 @@ GEM
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

2728
PLATFORMS
2829
ruby
2930

3031
DEPENDENCIES
32+
dotenv
3133
jwt (~> 2.1)
3234
octokit (~> 4.0)
3335
sinatra (~> 2.0)
3436

3537
BUNDLED WITH
36-
1.14.6
38+
1.17.1

0 commit comments

Comments
 (0)