Skip to content

Commit

Permalink
Changeing bunny-ext dependency to allow any newer version. It's fine,…
Browse files Browse the repository at this point in the history
… trust me
  • Loading branch information
paukul committed Apr 26, 2011
1 parent cf6bf36 commit 6ccd301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amqp_logging.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|


s.specification_version = 3 s.specification_version = 3
s.add_runtime_dependency("bunny", ["= 0.6.0"]) s.add_runtime_dependency("bunny", ["= 0.6.0"])
s.add_runtime_dependency("bunny-ext", ["= 0.6.0"]) s.add_runtime_dependency("bunny-ext", ["> 0.6.0"])
s.add_runtime_dependency("activesupport", [">= 2.3.0"]) s.add_runtime_dependency("activesupport", [">= 2.3.0"])
s.add_runtime_dependency("json", [">= 1.4.0"]) s.add_runtime_dependency("json", [">= 1.4.0"])
s.add_development_dependency("mocha", [">= 0"]) s.add_development_dependency("mocha", [">= 0"])
Expand Down

0 comments on commit 6ccd301

Please sign in to comment.