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 commit5bbb2a6521
, reversing changes made tof9e4906c37
. Reason: Since #36866, we use `azure-storage-blob` gem. So the original description is correct.
This commit is contained in:
parent
8ce67ab530
commit
0f724a3111
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue