Skip to content

Commit

Permalink
Merge pull request #37881 from pierredemilly/patch-1
Browse files Browse the repository at this point in the history
Update active_storage_overview.md
  • Loading branch information
eileencodes committed Dec 4, 2019
2 parents f9e4906 + 5b5d889 commit 5bbb2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bbb2a6

Please sign in to comment.