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

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

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