Skip to content

Commit

Permalink
Merge pull request #44965 from equivalent/patch-2
Browse files Browse the repository at this point in the history
AzureStorage needs version >= 2 of azure-storage-blob
  • Loading branch information
p8 committed May 9, 2022
2 parents fa6483c + d099162 commit 068c783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_storage_overview.md
Expand Up @@ -220,7 +220,7 @@ azure:
Add the [`azure-storage-blob`](https://github.com/Azure/azure-storage-ruby) gem to your `Gemfile`:

```ruby
gem "azure-storage-blob", require: false
gem "azure-storage-blob", "~> 2.0", require: false
```

### Google Cloud Storage Service
Expand Down

0 comments on commit 068c783

Please sign in to comment.