Created
September 17, 2010 04:23
-
-
Save brycemcd/583700 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.