Downgrade aws gem as this one was incompatible with Paperclip
This commit is contained in:
parent
d14967e1c8
commit
ea4170785a
2 changed files with 7 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -18,7 +18,7 @@ gem 'font-awesome-rails'
|
|||
|
||||
gem 'paperclip', '~> 4.3'
|
||||
gem 'paperclip-av-transcoder'
|
||||
gem 'aws-sdk', '~> 2.3'
|
||||
gem 'aws-sdk', '< 2.0'
|
||||
|
||||
gem 'http'
|
||||
gem 'httplog'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue