Skip to content

Commit

Permalink
Bump memory_profiler from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [memory_profiler](https://github.com/SamSaffron/memory_profiler) from 1.0.2 to 1.1.0.
- [Changelog](https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md)
- [Commits](SamSaffron/memory_profiler@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: memory_profiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent da7edae commit 4a28c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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)
Expand Down Expand Up @@ -604,7 +604,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)
Expand Down

0 comments on commit 4a28c71

Please sign in to comment.