Skip to content

Commit

Permalink
Downgrade aws-sdk-s3 to aws-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Dec 11, 2017
1 parent 1c21c18 commit 1b9e1bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'rolify'
gem 'twitter'

# Attachments
gem 'aws-sdk-s3'
gem 'aws-sdk', '< 3.0'
gem 'delayed_paperclip'
gem 'image_optim', require: false
gem 'image_optim_pack', require: false
Expand Down
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,13 @@ GEM
arel (6.0.4)
attr_encrypted (3.0.3)
encryptor (~> 3.0.0)
aws-partitions (1.45.0)
aws-sdk-core (3.11.0)
aws-partitions (~> 1.0)
aws-sdk (2.10.100)
aws-sdk-resources (= 2.10.100)
aws-sdk-core (2.10.100)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-kms (1.3.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.8.0)
aws-sdk-core (~> 3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sdk-resources (2.10.100)
aws-sdk-core (= 2.10.100)
aws-sigv4 (1.0.2)
bcrypt (3.1.11)
benchmark-ips (2.7.2)
Expand Down Expand Up @@ -608,7 +603,7 @@ DEPENDENCIES
algoliasearch-rails
annotate
attr_encrypted (~> 3.0.0)
aws-sdk-s3
aws-sdk (< 3.0)
bcrypt
benchmark-ips
chewy
Expand Down

0 comments on commit 1b9e1bb

Please sign in to comment.