Skip to content

Commit

Permalink
Update active_paypal_adaptive_payment.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Mezak committed Mar 14, 2012
1 parent f440712 commit c666170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_paypal_adaptive_payment.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + %w(MIT-LICENSE README.md CHANGELOG.md)
s.require_path = %w(lib)

s.add_dependency(%q<activemerchant>, ["~> 1.5.1"])
s.add_dependency(%q<activemerchant>, [">= 1.5.1"])
s.add_dependency(%q<multi_json>, [">= 1.0.0"])
s.add_dependency(%q<hashie>, [">= 1.2.0"])
s.add_dependency(%q<money>, [">= 3.6.0"])
Expand Down

0 comments on commit c666170

Please sign in to comment.