Skip to content

Commit

Permalink
Merge pull request refile#35 from grosser/grosser/bump
Browse files Browse the repository at this point in the history
depend on only s3 sdk
  • Loading branch information
sobrinho authored May 28, 2018
2 parents 78a74b6 + 63a4b47 commit 60572a1
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 60572a1

Please sign in to comment.