mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Test using rack-protection and sinatra-contrib using vendor'd gems
This commit is contained in:
parent
3b32668f23
commit
772c988b43
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -16,7 +16,8 @@ gem 'rack-test', '>= 0.6.2'
|
|||
gem "minitest", "~> 5.0"
|
||||
|
||||
gem "mustermann", github: "sinatra/mustermann"
|
||||
gem "rack-protection", github: "sinatra/rack-protection"
|
||||
gem "rack-protection", path: "rack-protection"
|
||||
gem "sinatra-contrib", path: "sinatra-contrib"
|
||||
|
||||
if RUBY_ENGINE == 'jruby'
|
||||
gem 'nokogiri', '!= 1.5.0'
|
||||
|
|
Loading…
Reference in a new issue