Test Mustermann and Rack::Protection on master until release

This commit is contained in:
Zachary Scott 2016-07-25 17:28:58 +09:00
parent 13fec9cf16
commit 36de2541f8
1 changed files with 3 additions and 1 deletions

View File

@ -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'