mirror of https://github.com/rails/rails
Merge pull request #37881 from pierredemilly/patch-1
Update active_storage_overview.md
This commit is contained in:
commit
5bbb2a6521
|
@ -147,10 +147,10 @@ azure:
|
|||
container: ""
|
||||
```
|
||||
|
||||
Add the [`azure-storage-blob`](https://github.com/Azure/azure-storage-ruby) gem to your `Gemfile`:
|
||||
Add the [`azure-storage`](https://rubygems.org/gems/azure-storage/versions/0.15.0.preview) gem to your `Gemfile`:
|
||||
|
||||
```ruby
|
||||
gem "azure-storage-blob", require: false
|
||||
gem "azure-storage", require: false
|
||||
```
|
||||
|
||||
### Google Cloud Storage Service
|
||||
|
|
Loading…
Reference in New Issue