1
0
Fork 0
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:
Zachary Scott 2016-07-25 17:28:58 +09:00
parent 13fec9cf16
commit 36de2541f8

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'