File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
hooks/ruby/dismiss-review-server Expand file tree Collapse file tree 2 files changed +13
-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 "json" , "~> 2.3"
4
4
gem "rest-client"
5
- gem "sinatra" , "~> 1.3.5 "
5
+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 9
9
mime-types (3.1 )
10
10
mime-types-data (~> 3.2015 )
11
11
mime-types-data (3.2016.0521 )
12
+ mustermann (2.0.2 )
13
+ ruby2_keywords (~> 0.0.1 )
12
14
netrc (0.11.0 )
13
- rack (1.6.13 )
14
- rack-protection (1.5.5 )
15
+ rack (2.2.6.2 )
16
+ rack-protection (2.2.3 )
15
17
rack
16
18
rest-client (2.0.1 )
17
19
http-cookie (>= 1.0.2 , < 2.0 )
18
20
mime-types (>= 1.16 , < 4.0 )
19
21
netrc (~> 0.8 )
20
- sinatra (1.3.6 )
21
- rack (~> 1.4 )
22
- rack-protection (~> 1.3 )
23
- tilt (~> 1.3 , >= 1.3.3 )
24
- tilt (1.4.1 )
22
+ ruby2_keywords (0.0.5 )
23
+ sinatra (2.2.3 )
24
+ mustermann (~> 2.0 )
25
+ rack (~> 2.2 )
26
+ rack-protection (= 2.2.3 )
27
+ tilt (~> 2.0 )
28
+ tilt (2.1.0 )
25
29
unf (0.1.4 )
26
30
unf_ext
27
31
unf_ext (0.0.7.2 )
@@ -32,7 +36,7 @@ PLATFORMS
32
36
DEPENDENCIES
33
37
json (~> 2.3 )
34
38
rest-client
35
- sinatra (~> 1.3.5 )
39
+ sinatra (~> 2.2.3 )
36
40
37
41
BUNDLED WITH
38
42
1.14.4
You can’t perform that action at this time.
0 commit comments