Migrate from the deprecated azure-storage-blob to azure-blob (#32080)

Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
Joé Dupuis 2024-10-31 06:46:07 -04:00 committed by GitHub
parent 516c97a112
commit 917a799c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 18 deletions

View file

@ -18,8 +18,8 @@ gem 'aws-sdk-s3', '~> 1.123', require: false
gem 'blurhash', '~> 0.1'
gem 'fog-core', '<= 2.6.0'
gem 'fog-openstack', '~> 1.0', require: false
gem 'jd-paperclip-azure', '~> 3.0', require: false
gem 'kt-paperclip', '~> 7.2'
gem 'md-paperclip-azure', '~> 2.2', require: false
gem 'ruby-vips', '~> 2.2', require: false
gem 'active_model_serializers', '~> 0.10'