File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
api/ruby/delivering-deployments Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ source "https://rubygems.org"
3
3
gem "json" , "~> 1.8"
4
4
gem "octokit" , "~> 3.0"
5
5
gem "shotgun"
6
- gem "sinatra" , "~> 1.3.5 "
6
+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 6
6
multipart-post (>= 1.2 , < 3 )
7
7
json (1.8.3 )
8
8
multipart-post (2.0.0 )
9
+ mustermann (2.0.2 )
10
+ ruby2_keywords (~> 0.0.1 )
9
11
octokit (3.0.0 )
10
12
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 )
13
15
rack
16
+ ruby2_keywords (0.0.5 )
14
17
sawyer (0.5.4 )
15
18
addressable (~> 2.3.5 )
16
19
faraday (~> 0.8 , < 0.10 )
17
20
shotgun (0.9 )
18
21
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 )
24
28
25
29
PLATFORMS
26
30
ruby
@@ -29,7 +33,7 @@ DEPENDENCIES
29
33
json (~> 1.8 )
30
34
octokit (~> 3.0 )
31
35
shotgun
32
- sinatra (~> 1.3.5 )
36
+ sinatra (~> 2.2.3 )
33
37
34
38
BUNDLED WITH
35
39
1.11.2
You can’t perform that action at this time.
0 commit comments