1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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