From 1c6160405a9b493ec0129af069554f3ebe80259e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 17:33:56 +0000 Subject: [PATCH] Update memory_profiler requirement from = 0.9.13 to = 1.0.0 Updates the requirements on [memory_profiler](https://github.com/SamSaffron/memory_profiler) to permit the latest version. - [Release notes](https://github.com/SamSaffron/memory_profiler/releases) - [Changelog](https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/SamSaffron/memory_profiler/compare/v0.9.13...v1.0.0) Signed-off-by: dependabot[bot] --- lazylead.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index 8127443..2af9b78 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -65,7 +65,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "json", "2.5.1" s.add_runtime_dependency "logging", "2.3.0" s.add_runtime_dependency "mail", "2.7.1" - s.add_runtime_dependency "memory_profiler", "0.9.13" + s.add_runtime_dependency "memory_profiler", "1.0.0" s.add_runtime_dependency "openssl", "2.1.2" s.add_runtime_dependency "railties", "6.1.1" s.add_runtime_dependency "require_all", "3.0.0" @@ -87,7 +87,7 @@ tasks instead of solving technical problems." s.add_development_dependency "minitest-reporters", "1.4.2" s.add_development_dependency "net-ping", "2.0.8" s.add_development_dependency "rake", "13.0.3" - s.add_development_dependency "random-port", "0.3.1" + s.add_development_dependency "random-port", "0.5.1" s.add_development_dependency "rdoc", "6.3.0" s.add_development_dependency "rubocop", "1.8.1" s.add_development_dependency "rubocop-minitest", "0.5.1"