1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Merge pull request #37881 from pierredemilly/patch-1"

This reverts commit 5bbb2a6521, reversing
changes made to f9e4906c37.

Reason: Since #36866, we use `azure-storage-blob` gem. So the original
description is correct.
This commit is contained in:
yuuji.yaginuma 2019-12-05 08:28:35 +09:00
parent 8ce67ab530
commit 0f724a3111

View file

@ -147,10 +147,10 @@ azure:
container: ""
```
Add the [`azure-storage`](https://rubygems.org/gems/azure-storage/versions/0.15.0.preview) gem to your `Gemfile`:
Add the [`azure-storage-blob`](https://github.com/Azure/azure-storage-ruby) gem to your `Gemfile`:
```ruby
gem "azure-storage", require: false
gem "azure-storage-blob", require: false
```
### Google Cloud Storage Service