Skip to content

Commit

Permalink
AzureStorage needs version >= 2 of azure-storage-blob
Browse files Browse the repository at this point in the history
`active_storage_service`  needs version `"~> 2.0"`  of `azure-storage-blob`   because version 1.1.0 of the gem doesn't support Ruby > 2.5 0920b02

Credit for this  goes to   @skipkayhil  for spotting  this  in issue I raised #44960
  • Loading branch information
equivalent committed Apr 26, 2022
1 parent 63b487d commit d099162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
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 d099162

Please sign in to comment.