File tree Expand file tree Collapse file tree
hooks/ruby/dismiss-review-server 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 "json" , "~> 2.3"
44gem "rest-client"
5- gem "sinatra" , "~> 1.3.5 "
5+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 99 mime-types (3.1 )
1010 mime-types-data (~> 3.2015 )
1111 mime-types-data (3.2016.0521 )
12+ mustermann (2.0.2 )
13+ ruby2_keywords (~> 0.0.1 )
1214 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 )
1517 rack
1618 rest-client (2.0.1 )
1719 http-cookie (>= 1.0.2 , < 2.0 )
1820 mime-types (>= 1.16 , < 4.0 )
1921 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 )
2529 unf (0.1.4 )
2630 unf_ext
2731 unf_ext (0.0.7.2 )
@@ -32,7 +36,7 @@ PLATFORMS
3236DEPENDENCIES
3337 json (~> 2.3 )
3438 rest-client
35- sinatra (~> 1.3.5 )
39+ sinatra (~> 2.2.3 )
3640
3741BUNDLED WITH
3842 1.14.4
You can’t perform that action at this time.
0 commit comments