Skip to content

Commit

Permalink
Use v3 of the aws-sdk with the service-specific SQS gem (#23)
Browse files Browse the repository at this point in the history
* Use v3 of the aws-sdk with the service-specific SQS gem

* update to bundler v2 for travis
  • Loading branch information
genehand authored and eheydrick committed Jul 31, 2019
1 parent 4a16201 commit 5f72412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aws-cleaner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/eheydrick/aws-cleaner'
s.license = 'MIT'

s.add_development_dependency 'bundler', '~> 1.12'
s.add_development_dependency 'bundler', '~> 2.0'
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rspec', '~> 3.5'
s.add_development_dependency 'rubocop', '~> 0.52.1'

s.add_runtime_dependency 'aws-sdk-core', '~> 2.0'
s.add_runtime_dependency 'aws-sdk-sqs', '~> 1'
s.add_runtime_dependency 'chef-api', '~> 0.5'
s.add_runtime_dependency 'hipchat', '~> 1.5'
s.add_runtime_dependency 'rest-client', '~> 2'
Expand Down
2 changes: 1 addition & 1 deletion bin/aws_cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
begin
require 'json'
require 'yaml'
require 'aws-sdk-core'
require 'aws-sdk-sqs'
require 'chef-api'
require 'hipchat'
require 'rest-client'
Expand Down

0 comments on commit 5f72412

Please sign in to comment.