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

They should just share the same version

This commit is contained in:
Zachary Scott 2016-08-22 23:18:03 +09:00
parent c7c636f1d6
commit 60408977c6

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', '~> 2.0'
s.add_dependency 'rack-protection', Sinatra::VERSION
s.add_dependency 'mustermann', '1.0.0.beta1'
end