mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Test Mustermann and Rack::Protection on master until release
This commit is contained in:
parent
13fec9cf16
commit
36de2541f8
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -14,7 +14,9 @@ gem 'rake'
|
|||
gem 'rack', github: 'rack/rack'
|
||||
gem 'rack-test', '>= 0.6.2'
|
||||
gem "minitest", "~> 5.0"
|
||||
gem 'tool', '~> 0.2'
|
||||
|
||||
gem "mustermann", github: "sinatra/mustermann"
|
||||
gem "rack-protection", github: "sinatra/rack-protection"
|
||||
|
||||
if RUBY_ENGINE == 'jruby'
|
||||
gem 'nokogiri', '!= 1.5.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue