File tree Expand file tree Collapse file tree
api/ruby/delivering-deployments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ source "https://rubygems.org"
33gem "json" , "~> 1.8"
44gem "octokit" , "~> 3.0"
55gem "shotgun"
6- gem "sinatra" , "~> 1.3.5 "
6+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 66 multipart-post (>= 1.2 , < 3 )
77 json (1.8.3 )
88 multipart-post (2.0.0 )
9+ mustermann (2.0.2 )
10+ ruby2_keywords (~> 0.0.1 )
911 octokit (3.0.0 )
1012 sawyer (~> 0.5.3 )
11- rack (1.6.13 )
12- rack-protection (1.5.2 )
13+ rack (2.2.6.2 )
14+ rack-protection (2.2.3 )
1315 rack
16+ ruby2_keywords (0.0.5 )
1417 sawyer (0.5.4 )
1518 addressable (~> 2.3.5 )
1619 faraday (~> 0.8 , < 0.10 )
1720 shotgun (0.9 )
1821 rack (>= 1.0 )
19- sinatra (1.3.6 )
20- rack (~> 1.4 )
21- rack-protection (~> 1.3 )
22- tilt (~> 1.3 , >= 1.3.3 )
23- tilt (1.4.1 )
22+ sinatra (2.2.3 )
23+ mustermann (~> 2.0 )
24+ rack (~> 2.2 )
25+ rack-protection (= 2.2.3 )
26+ tilt (~> 2.0 )
27+ tilt (2.1.0 )
2428
2529PLATFORMS
2630 ruby
@@ -29,7 +33,7 @@ DEPENDENCIES
2933 json (~> 1.8 )
3034 octokit (~> 3.0 )
3135 shotgun
32- sinatra (~> 1.3.5 )
36+ sinatra (~> 2.2.3 )
3337
3438BUNDLED WITH
3539 1.11.2
You can’t perform that action at this time.
0 commit comments