From 772c988b43fe608b94276a6963e164ad312d5335 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 17 Aug 2016 19:31:48 +0900 Subject: [PATCH] Test using rack-protection and sinatra-contrib using vendor'd gems --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 69b51851..de6f769d 100644 --- a/Gemfile +++ b/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'