diff --git a/Gemfile b/Gemfile index 733ed9405e..aa9f6ef6c1 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ gem 'faker', '~> 3.4.2' # Profiling gem 'flamegraph', '~> 0.9.5' -gem 'memory_profiler', '~> 1.0.2' +gem 'memory_profiler', '~> 1.1.0' gem 'rack-mini-profiler', '~> 3.3.1' gem 'stackprof', '~> 0.2.26' diff --git a/Gemfile.lock b/Gemfile.lock index 37c553ec9b..e8998ea7f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM activemodel (>= 5.2) marcel (1.0.4) matrix (0.4.2) - memory_profiler (1.0.2) + memory_profiler (1.1.0) mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.25.1) @@ -606,7 +606,7 @@ DEPENDENCIES listen (~> 3.9.0) mail (~> 2.8.1) mail_form (~> 1.10.1) - memory_profiler (~> 1.0.2) + memory_profiler (~> 1.1.0) minitest-ci (~> 3.4.0) minitest-utils (~> 0.4.8) mocha (~> 2.4.5)