Skip to content

Commit

Permalink
Bump minimum ActiveSupport version to 2.3.11. Closes activemerchant#120.
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous committed May 23, 2011
1 parent 28b401a commit 081dac9
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 @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.has_rdoc = true if Gem::VERSION < '1.7.0'

s.add_dependency('activesupport', '>= 2.3.8')
s.add_dependency('activesupport', '>= 2.3.11')
s.add_dependency('builder', '>= 2.0.0')
s.add_dependency('braintree', '>= 2.0.0')

Expand Down

0 comments on commit 081dac9

Please sign in to comment.