File tree Expand file tree Collapse file tree
api/ruby/building-your-first-github-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source "https://rubygems.org"
22
33gem "jwt" , "~> 2.1"
44gem "octokit" , "~> 4.0"
5- gem "sinatra" , "~> 2.0 "
5+ gem "sinatra" , "~> 2.2 "
Original file line number Diff line number Diff line change 77 multipart-post (>= 1.2 , < 3 )
88 jwt (2.1.0 )
99 multipart-post (2.0.0 )
10- mustermann (1.0.2 )
10+ mustermann (2.0.2 )
11+ ruby2_keywords (~> 0.0.1 )
1112 octokit (4.9.0 )
1213 sawyer (~> 0.8.0 , >= 0.5.3 )
1314 public_suffix (3.0.2 )
1415 rack (2.2.6.2 )
15- rack-protection (2.0 .3 )
16+ rack-protection (2.2 .3 )
1617 rack
18+ ruby2_keywords (0.0.5 )
1719 sawyer (0.8.1 )
1820 addressable (>= 2.3.5 , < 2.6 )
1921 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 )
2426 tilt (~> 2.0 )
25- tilt (2.0.8 )
27+ tilt (2.1.0 )
2628
2729PLATFORMS
2830 ruby
2931
3032DEPENDENCIES
3133 jwt (~> 2.1 )
3234 octokit (~> 4.0 )
33- sinatra (~> 2.0 )
35+ sinatra (~> 2.2 )
3436
3537BUNDLED WITH
3638 1.14.6
You can’t perform that action at this time.
0 commit comments