Skip to content

Commit

Permalink
Update aws-sdk and cucumber gem versions.
Browse files Browse the repository at this point in the history
Turns out that aws-sdk v2 isn't backwards compatible in the slightest,
so we should cap that at v1. And cucumber 1.3.17 was giving issues with
ruby 2.2.0. So let's update those.
  • Loading branch information
Jon Yurek committed Feb 6, 2015
1 parent 67f86b4 commit e57dc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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')
s.add_development_dependency('bourne')
s.add_development_dependency('cucumber', '~> 1.3.11')
s.add_development_dependency('cucumber', '~> 1.3.18')
s.add_development_dependency('aruba')
s.add_development_dependency('nokogiri')
# Ruby version < 1.9.3 can't install capybara > 2.0.3.
Expand Down

0 comments on commit e57dc34

Please sign in to comment.