aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-01-28 10:38:53 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-01-28 10:38:53 +0900
commitc045637c94b702ab7ae4d624cc8f97087826c548 (patch)
treed2eba80fad7338080518d3a04aaa959e9fc5cb58 /guides/source/active_storage_overview.md
parenta5b3d5bf4345e7c51aae5a181beabe8dc1c28955 (diff)
downloadrails-c045637c94b702ab7ae4d624cc8f97087826c548.tar.gz
rails-c045637c94b702ab7ae4d624cc8f97087826c548.tar.bz2
rails-c045637c94b702ab7ae4d624cc8f97087826c548.zip
Update `google-cloud-storage` gem version [ci skip]
Because we use `credentials` in an example of configuration files, but `credentials` can not be used unless it is 1.8.0 or later. Ref: 9d65ac3
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index d9f5aa8385..97c56dfd93 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -175,7 +175,7 @@ google:
Add the [`google-cloud-storage`](https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage) gem to your `Gemfile`:
```ruby
-gem "google-cloud-storage", "~> 1.3", require: false
+gem "google-cloud-storage", "~> 1.8", require: false
```
### Mirror Service