Rollback Rack dependency to 1.6.x

This commit is contained in:
Brendan Coles
2017-06-30 06:21:33 +00:00
parent 36cc4a4dd3
commit e8f9ee1234
2 changed files with 9 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
gem 'eventmachine'
gem 'thin'
gem 'sinatra'
gem 'rack'
gem 'rack', '~> 1.6.5'
gem 'em-websocket' # WebSocket support
gem 'uglifier'
gem 'mime-types'

View File

@@ -52,7 +52,6 @@ GEM
rex
msgpack (1.1.0)
multi_json (1.12.1)
mustermann (1.0.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
parseconfig (1.0.8)
@@ -60,8 +59,8 @@ GEM
qr4r (0.4.1)
mojo_magick
rqrcode
rack (2.0.3)
rack-protection (2.0.0)
rack (1.6.8)
rack-protection (1.5.3)
rack
rainbow (2.2.2)
rake
@@ -85,11 +84,10 @@ GEM
eventmachine (~> 1.0.0)
rexec (~> 1.6.2)
rubyzip (1.2.1)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
term-ansicolor (1.6.0)
tins (~> 1.0)
thin (1.7.1)
@@ -97,7 +95,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.7)
tins (1.14.0)
tins (1.15.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
@@ -123,7 +121,7 @@ DEPENDENCIES
nokogiri (~> 1.7.1)
parseconfig
qr4r
rack
rack (~> 1.6.5)
rubydns (~> 0.7.3)
rubyzip (~> 1.2.1)
sinatra