Skip to content

Commit

Permalink
Revert "Bump aws-sdk to 1.20.0"
Browse files Browse the repository at this point in the history
This reverts commit a21f64b.

Cannot revert yet because aws-sdk's latest versions have explicit dependencies on old versions of Nokogiri, which would cause other issues.
  • Loading branch information
radar committed Oct 8, 2013
1 parent 9742872 commit 7e17a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/spree_core.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 'activemerchant', '1.38.1'
s.add_dependency 'acts_as_list', '= 0.2.0'
s.add_dependency 'awesome_nested_set', '~> 3.0.0.rc.1'
s.add_dependency 'aws-sdk', '1.20.0'
s.add_dependency 'aws-sdk', '1.11.1' # temporarily locked down due to https://github.com/aws/aws-sdk-ruby/issues/273
s.add_dependency 'cancan', '~> 1.6.10'
s.add_dependency 'deface', '>= 1.0.0.rc3'
s.add_dependency 'ffaker', '~> 1.16'
Expand Down

0 comments on commit 7e17a33

Please sign in to comment.