Bump memory_profiler from 0.9.14 to 1.0.0 (#12320)
Bumps [memory_profiler](https://github.com/SamSaffron/memory_profiler) from 0.9.14 to 1.0.0. - [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.14...v1.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
11867b6b04
commit
0cac61024f
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -131,7 +131,7 @@ group :development do
|
|||
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
|
||||
gem "guard-rspec", "~> 4.7", require: false # Guard::RSpec automatically run your specs
|
||||
gem "listen", "~> 3.4", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
gem "memory_profiler", "~> 0.9", require: false # Memory profiling routines for Ruby 2.3+
|
||||
gem "memory_profiler", "~> 1.0", require: false # Memory profiling routines for Ruby 2.3+
|
||||
gem "pry", "~> 0.13" # An IRB alternative and runtime developer console
|
||||
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
|
||||
gem "web-console", "~> 4.1" # Rails Console on the Browser
|
||||
|
|
|
|||
|
|
@ -448,7 +448,7 @@ GEM
|
|||
mimemagic (~> 0.3.2)
|
||||
memoizable (0.4.2)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
memory_profiler (0.9.14)
|
||||
memory_profiler (1.0.0)
|
||||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
|
|
@ -912,7 +912,7 @@ DEPENDENCIES
|
|||
launchy (~> 2.5)
|
||||
liquid (~> 5.0)
|
||||
listen (~> 3.4)
|
||||
memory_profiler (~> 0.9)
|
||||
memory_profiler (~> 1.0)
|
||||
mini_racer (~> 0.3.1)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.11)
|
||||
|
|
|
|||
BIN
vendor/cache/memory_profiler-0.9.14.gem
vendored
BIN
vendor/cache/memory_profiler-0.9.14.gem
vendored
Binary file not shown.
BIN
vendor/cache/memory_profiler-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/memory_profiler-1.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue