Skip to content

Commit

Permalink
Only require the parts of the aws-sdk that we need (s3)
Browse files Browse the repository at this point in the history
This is possible due to the refactoring of aws-sdk, which was released
as version 3.0
  • Loading branch information
jcoyne committed Sep 25, 2017
1 parent 882a5e5 commit f728eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browse-everything.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'google-api-client', '~> 0.9'
spec.add_dependency 'signet'
spec.add_dependency 'httparty'
spec.add_dependency 'aws-sdk'
spec.add_dependency 'aws-sdk-s3'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rspec-its'
Expand Down
2 changes: 1 addition & 1 deletion lib/browse_everything/driver/s3.rb
@@ -1,4 +1,4 @@
require 'aws-sdk'
require 'aws-sdk-s3'

module BrowseEverything
module Driver
Expand Down

0 comments on commit f728eb3

Please sign in to comment.