Skip to content

Commit

Permalink
Update memory_profiler requirement from = 0.9.13 to = 1.0.0
Browse files Browse the repository at this point in the history
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](SamSaffron/memory_profiler@v0.9.13...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2021
1 parent 8c33206 commit 1c61604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lazylead.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1c61604

Please sign in to comment.