Bump rack-protection dependency to test with 2.0.0 alpha

This commit is contained in:
Zachary Scott 2016-07-25 17:26:05 +09:00
parent 4e0048dda8
commit 13fec9cf16
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.add_dependency 'rack', '~> 2.0'
s.add_dependency 'tilt', '~> 2.0'
s.add_dependency 'rack-protection', '~> 1.5'
s.add_dependency 'rack-protection', '~> 2.0'
s.add_dependency 'mustermann', '~> 0.4'
end