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:
authorRémy Coutable <remy@rymai.me>2018-12-18 13:10:01 +0300
committerRémy Coutable <remy@rymai.me>2018-12-18 13:10:01 +0300
commit3146bb5c0bd42649e8132a736733b9b0484baaa0 (patch)
treed41ce5b033f95e81387aa38e89f68075b6147d92 /Gemfile.lock
parentf3d80159fcfa3c1e4d5a6d3c747ef89293288621 (diff)
parent7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad (diff)
Merge branch 'deprecated-alias-method-chain' into 'master'
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead See merge request gitlab-org/gitlab-ce!23887
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 832508e11d2..6d21089c82c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -558,8 +558,9 @@ GEM
railties (>= 4.0.0)
peek-gc (0.0.2)
peek
- peek-mysql2 (1.1.0)
- atomic (>= 1.0.0)
+ peek-mysql2 (1.2.0)
+ concurrent-ruby
+ concurrent-ruby-ext
mysql2
peek
peek-pg (1.3.0)
@@ -1079,7 +1080,7 @@ DEPENDENCIES
org-ruby (~> 0.9.12)
peek (~> 1.0.1)
peek-gc (~> 0.0.2)
- peek-mysql2 (~> 1.1.0)
+ peek-mysql2 (~> 1.2.0)
peek-pg (~> 1.3.0)
peek-rblineprof (~> 0.2.0)
peek-redis (~> 1.2.0)