Revert "Upgrade Paperclip to version 6.0.0" (#6807)
* Revert "Bump version to 2.3.2rc1" This reverts commit cdf8b92f. * Revert "Downgrade Dockerfile to Ruby 2.4.3 on Alpine 3.6 (#6806)" This reverts commit 0074cad4. * Revert "Handle Mastodon::HostValidationError when pulling remoteable assets (#6782)" This reverts commit 4a0a19fe. * Revert "Correct the reference to user's password in mastodon:add_user task (#6800)" This reverts commit 338bff8b. * Revert "Upgrade Paperclip to version 6.0.0 (#6754)" This reverts commit b88fcd53.
... | ... | @@ -13,11 +13,11 @@ gem 'pg', '~> 0.20' |
gem 'pghero', '~> 1.7' | ||
gem 'dotenv-rails', '~> 2.2' | ||
gem 'aws-sdk-s3', '~> 1.8', require: false | ||
gem 'aws-sdk', '~> 2.10', require: false | ||
gem 'fog-core', '~> 1.45' | ||
gem 'fog-local', '~> 0.4', require: false | ||
gem 'fog-openstack', '~> 0.1', require: false | ||
gem 'paperclip', '~> 6.0' | ||
gem 'paperclip', '~> 5.1' | ||
gem 'paperclip-av-transcoder', '~> 0.6' | ||
gem 'streamio-ffmpeg', '~> 3.0' | ||
... | ... |
Please register or sign in to comment