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:
authorStan Hu <stanhu@gmail.com>2019-03-01 02:35:56 +0300
committerStan Hu <stanhu@gmail.com>2019-03-01 09:51:03 +0300
commit2a1e8f768990af3ab3c59dd14f334726db0172e2 (patch)
tree8fd80f11bbcf2c373e41c98790aeb7b5d86dc4e7 /Gemfile
parent4193e3d47543abfd533f5bc73753a2d31ab9eb22 (diff)
Add a monkey patch that will squelch warnings for legacy Fog gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1a3ad75b5cd..0178ca9f352 100644
--- a/Gemfile
+++ b/Gemfile
@@ -95,7 +95,9 @@ gem 'mini_magick'
# for backups
gem 'fog-aws', '~> 3.3'
-gem 'fog-core', '~> 2.1'
+# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
+# Also see config/initializers/fog_core_patch.rb.
+gem 'fog-core', '= 2.1.0'
gem 'fog-google', '~> 1.8'
gem 'fog-local', '~> 0.6'
gem 'fog-openstack', '~> 1.0'