Skip to content

Commit

Permalink
Support later versions of AWS SDK v2. (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrakeweb authored and askreet committed Aug 16, 2016
1 parent d1a4546 commit c221d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*.rb']
s.homepage = 'https://github.com/acquia/moonshot'

s.add_dependency('aws-sdk', '~> 2.2.0')
s.add_dependency('aws-sdk', '~> 2.0', '>= 2.2.0')
s.add_dependency('colorize')
s.add_dependency('highline', '~> 1.7.2')
s.add_dependency('interactive-logger', '~> 0.1.1')
Expand Down

0 comments on commit c221d42

Please sign in to comment.