Skip to content

Commit

Permalink
Update sinatra dependency in soulmate.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Flöß committed Apr 4, 2012
1 parent 4e11c53 commit 33426a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soulmate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<multi_json>, ["~> 1.0.3"])
s.add_runtime_dependency(%q<rack-contrib>, [">= 0"])
s.add_runtime_dependency(%q<vegas>, ["~> 0.1.8"])
s.add_runtime_dependency(%q<sinatra>, ["~> 1.2.3"])
s.add_runtime_dependency(%q<sinatra>, ["~> 1.3.0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
Expand Down

0 comments on commit 33426a7

Please sign in to comment.