Skip to content

Commit

Permalink
Fix gem build on 1.9 not including json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
John Duff committed Feb 22, 2012
1 parent 37d2cf5 commit f23d9ac
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 @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
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\./
s.add_dependency('json', '>= 1.5.1')
s.add_dependency('active_utils', '>= 1.0.2')

s.add_development_dependency('rake')
Expand Down

0 comments on commit f23d9ac

Please sign in to comment.