Skip to content

Commit

Permalink
depend on only s3 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 28, 2018
1 parent 78a74b6 commit 63a4b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/refile/s3.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "aws-sdk"
require "aws-sdk-s3"
require "open-uri"
require "refile"
require "refile/s3/version"
Expand Down
2 changes: 1 addition & 1 deletion refile-s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.1.0"

spec.add_dependency "refile", "~> 0.6.0"
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-sdk-s3", "~> 1.13"
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 63a4b47

Please sign in to comment.