Skip to content

Commit

Permalink
Removing money version restriction, newer version now work with 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ylansegal committed Mar 7, 2012
1 parent 161a3c3 commit 465c7fe
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', '<= 3.7.1')
s.add_dependency('money')
s.add_dependency('builder', '>= 2.0.0')
s.add_dependency('json', '>= 1.5.1')
s.add_dependency('active_utils', '>= 1.0.2')
Expand Down

0 comments on commit 465c7fe

Please sign in to comment.