File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
api/ruby/building-your-first-github-app Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source "https://rubygems.org"
2
2
3
3
gem "jwt" , "~> 2.1"
4
4
gem "octokit" , "~> 4.0"
5
- gem "sinatra" , "~> 2.0 "
5
+ gem "sinatra" , "~> 2.2 "
Original file line number Diff line number Diff line change 7
7
multipart-post (>= 1.2 , < 3 )
8
8
jwt (2.1.0 )
9
9
multipart-post (2.0.0 )
10
- mustermann (1.0.2 )
10
+ mustermann (2.0.2 )
11
+ ruby2_keywords (~> 0.0.1 )
11
12
octokit (4.9.0 )
12
13
sawyer (~> 0.8.0 , >= 0.5.3 )
13
14
public_suffix (3.0.2 )
14
15
rack (2.2.6.2 )
15
- rack-protection (2.0 .3 )
16
+ rack-protection (2.2 .3 )
16
17
rack
18
+ ruby2_keywords (0.0.5 )
17
19
sawyer (0.8.1 )
18
20
addressable (>= 2.3.5 , < 2.6 )
19
21
faraday (~> 0.8 , < 1.0 )
20
- sinatra (2.0 .3 )
21
- mustermann (~> 1 .0 )
22
- rack (~> 2.0 )
23
- rack-protection (= 2.0 .3 )
22
+ sinatra (2.2 .3 )
23
+ mustermann (~> 2 .0 )
24
+ rack (~> 2.2 )
25
+ rack-protection (= 2.2 .3 )
24
26
tilt (~> 2.0 )
25
- tilt (2.0.8 )
27
+ tilt (2.1.0 )
26
28
27
29
PLATFORMS
28
30
ruby
29
31
30
32
DEPENDENCIES
31
33
jwt (~> 2.1 )
32
34
octokit (~> 4.0 )
33
- sinatra (~> 2.0 )
35
+ sinatra (~> 2.2 )
34
36
35
37
BUNDLED WITH
36
38
1.14.6
You can’t perform that action at this time.
0 commit comments