diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-01-28 10:38:53 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-01-28 10:38:53 +0900 |
commit | c045637c94b702ab7ae4d624cc8f97087826c548 (patch) | |
tree | d2eba80fad7338080518d3a04aaa959e9fc5cb58 | |
parent | a5b3d5bf4345e7c51aae5a181beabe8dc1c28955 (diff) | |
download | rails-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
-rw-r--r-- | guides/source/active_storage_overview.md | 2 |
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 |