Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure Sinatra >= 1.1.0 dependency
  • Loading branch information
kematzy committed Nov 15, 2010
1 parent 529d8f8 commit 2f24bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ begin
gem.email = "kematzy@gmail.com"
gem.homepage = "http://github.com/kematzy/sinatra-cache"
gem.authors = ["kematzy"]
gem.add_dependency('sinatra', '>=1.0')
gem.add_dependency('sinatra', '>=1.1.0')
gem.add_dependency('sinatra-outputbuffer', '>=0.1.0')
gem.add_development_dependency "sinatra-tests", ">= 0.1.6"
gem.add_development_dependency "rspec", ">= 1.3.0"
Expand Down

0 comments on commit 2f24bd3

Please sign in to comment.