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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b9780d4c23f..312ad95cd1e 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) |