aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2017-08-03 09:06:37 -0500
committerGitHub <noreply@github.com>2017-08-03 09:06:37 -0500
commit939445153866b973eb52ec3a04f0885c083da0cf (patch)
treef3b75234cc0b2749c561a4a87986aa735fb4d447
parent5aeac576dccaacab12a0420ed795cb4a437fec4c (diff)
parentc5ae4e52e3630dd79e6da3355694dd560f9fba95 (diff)
downloadrails-939445153866b973eb52ec3a04f0885c083da0cf.tar.gz
rails-939445153866b973eb52ec3a04f0885c083da0cf.tar.bz2
rails-939445153866b973eb52ec3a04f0885c083da0cf.zip
Merge pull request #30053 from ffmike/patch-2
Add Azure gems to README
-rw-r--r--activestorage/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index f868e0d708..22e77e2837 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -88,7 +88,8 @@ 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 "mini_magick"` to your Gemfile if you want to use variants.
+4. Optional: Add `gem "azure-storage"` 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