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:
parent
c7c636f1d6
commit
60408977c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue