Skip to content

Commit

Permalink
Use release azure-core gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored Aug 3, 2017
1 parent 0f2d3fb commit d4f0b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Variation of image attachment:
1. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
2. Optional: Add `gem "aws-sdk", "~> 2"` to your Gemfile if you want to use AWS S3.
3. Optional: Add `gem "google-cloud-storage", "~> 1.3"` to your Gemfile if you want to use Google Cloud Storage.
4. Optional: Add `gem "azure-core", git: "https://github.com/dixpac/azure-ruby-asm-core.git"` and `gem "azure-storage", require: false` to your Gemfile if you want to use Microsoft Azure.
4. Optional: Add `gem "azure-core"` and `gem "azure-storage", require: false` to your Gemfile if you want to use Microsoft Azure.
5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.

## Direct uploads
Expand Down

0 comments on commit d4f0b10

Please sign in to comment.