Skip to content

Instantly share code, notes, and snippets.

@brycemcd
Created September 17, 2010 04:23
Show Gist options
  • Save brycemcd/583700 to your computer and use it in GitHub Desktop.
Save brycemcd/583700 to your computer and use it in GitHub Desktop.
diff --git a/activemerchant.gemspec b/activemerchant.gemspec
index 94d3847..5b81b4d 100644
--- a/activemerchant.gemspec
+++ b/activemerchant.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.has_rdoc = true
- s.add_dependency('activesupport', '>= 2.3.2')
+ s.add_dependency('activesupport', '>= 2.3.2', '< 3.0.0')
s.add_dependency('builder', '>= 2.0.0')
s.add_dependency('braintree', '>= 2.0.0')
@codyfauser
Copy link

Active Merchant is supposed to support Rails 3. What are the errors you're getting? The library needs to support both Rails 2.3.x and Rails 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment