Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Cap aws-sdk at below 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Jun 13, 2015
1 parent 5ddec60 commit 89b9e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rspec')
s.add_development_dependency('appraisal')
s.add_development_dependency('mocha')
s.add_development_dependency('aws-sdk', '>= 1.5.7')
s.add_development_dependency('aws-sdk', '>= 1.5.7', "<= 2.0")
s.add_development_dependency('bourne')
s.add_development_dependency('cucumber', '~> 1.3.11')
s.add_development_dependency('aruba')
Expand Down

0 comments on commit 89b9e31

Please sign in to comment.