Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-19 20:58:04 +0300
committerRobert Speicher <robert@gitlab.com>2018-03-19 20:58:04 +0300
commitec41bd600ac180d9bb1f3a749ca82673cfb2097f (patch)
tree8beeef999e2af0dfa89c1da61b250a79fe459b9a /Gemfile
parent7f81a324ed75f49f624d1112033d79fcd522d249 (diff)
parentc2dc539f4c42e3d91adde52443939c5e58fd3802 (diff)
Merge branch 'update-google-api-client' into 'master'
Update google-api-client 0.13.6 -. 0.19.8 See merge request gitlab-org/gitlab-ce!17790
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bbb97cd696b..41b5fe07d82 100644
--- a/Gemfile
+++ b/Gemfile
@@ -113,7 +113,7 @@ gem 'fog-rackspace', '~> 0.1.1'
gem 'fog-aliyun', '~> 0.2.0'
# for Google storage
-gem 'google-api-client', '~> 0.13.6'
+gem 'google-api-client', '~> 0.19.8'
# for aws storage
gem 'unf', '~> 0.1.4'