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:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 21:19:25 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 21:24:57 +0300
commit7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad (patch)
treef8f0c42bfbf821b23a28d7656a3a5280f499c627 /Gemfile
parent4a10c813e726d09216c534bb0ad0ae50a0400259 (diff)
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9ce23e693d3..ad7ba1122fd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -290,7 +290,7 @@ gem 'batch-loader', '~> 1.2.2'
# Perf bar
gem 'peek', '~> 1.0.1'
gem 'peek-gc', '~> 0.0.2'
-gem 'peek-mysql2', '~> 1.1.0', group: :mysql
+gem 'peek-mysql2', '~> 1.2.0', group: :mysql
gem 'peek-pg', '~> 1.3.0', group: :postgres
gem 'peek-rblineprof', '~> 0.2.0'
gem 'peek-redis', '~> 1.2.0'