Skip to content

Commit

Permalink
fix sinatra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 1, 2010
1 parent 6d04fa0 commit 3f1f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra-reloader.gemspec
Expand Up @@ -10,7 +10,7 @@ SPEC = Gem::Specification.new do |s|
s.add_development_dependency "sinatra-test-helper", "~> 0.4.0"

# External dependencies
s.add_dependency "sinatra", ">= 1.0"
s.add_dependency "sinatra", "~> 1.0"
s.add_development_dependency "rspec", ">= 1.3.0"

# Those should be about the same in any BigBand extension.
Expand Down

0 comments on commit 3f1f1ba

Please sign in to comment.