Skip to content

Commit

Permalink
Lock the money gem to 3.7.1 or less since newer versions break in 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
John Duff committed Nov 10, 2011
1 parent bf5fa93 commit 4f369d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', '>= 2.3.11')
s.add_dependency('i18n')
s.add_dependency('money')
s.add_dependency('money', '<= 3.7.1')
s.add_dependency('builder', '>= 2.0.0')
s.add_dependency('braintree', '>= 2.0.0')
s.add_dependency('json', '>= 1.5.1') if RUBY_VERSION =~ /^1\.8\./
Expand Down

0 comments on commit 4f369d9

Please sign in to comment.