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.lock
parent4193e3d47543abfd533f5bc73753a2d31ab9eb22 (diff)
Add a monkey patch that will squelch warnings for legacy Fog gems
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ef201cfebaa..92944a32d82 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1005,7 +1005,7 @@ DEPENDENCIES
flowdock (~> 0.7)
fog-aliyun (~> 0.3)
fog-aws (~> 3.3)
- fog-core (~> 2.1)
+ fog-core (= 2.1.0)
fog-google (~> 1.8)
fog-local (~> 0.6)
fog-openstack (~> 1.0)