Skip to content

Commit

Permalink
Bump active_utils to support Connection PUT/DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Odorcic committed Jan 16, 2012
1 parent cee6aec commit a72d0a0
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 @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
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('active_utils', '>= 1.0.1')
s.add_dependency('active_utils', '>= 1.0.2')

s.add_development_dependency('rake')
s.add_development_dependency('mocha')
Expand Down

0 comments on commit a72d0a0

Please sign in to comment.