diff options
author | Jasper Maes <jaspermaes.jm@gmail.com> | 2018-12-17 19:19:25 +0100 |
---|---|---|
committer | Jasper Maes <jaspermaes.jm@gmail.com> | 2018-12-17 19:24:57 +0100 |
commit | 7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad (patch) | |
tree | f8f0c42bfbf821b23a28d7656a3a5280f499c627 /Gemfile | |
parent | 4a10c813e726d09216c534bb0ad0ae50a0400259 (diff) | |
download | gitlab-ce-7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad.tar.gz |
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |