Merge pull request #37881 from pierredemilly/patch-1

Update active_storage_overview.md
This commit is contained in:
Eileen M. Uchitelle 2019-12-04 09:08:26 -08:00 committed by GitHub
commit 5bbb2a6521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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