Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Update ruby-prof requirement from 0.13.0 to 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ruby-prof](https://github.com/ruby-prof/ruby-prof) to permit the latest version.
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES)
- [Commits](ruby-prof/ruby-prof@v0.13.0...0.18.0)

---
updated-dependencies:
- dependency-name: ruby-prof
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 2deecfa commit 017722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group :development, :test do
gem "rubocop-rspec", "2.29.1", require: false

# Performance profiler
gem "ruby-prof", "0.13.0", require: false
gem "ruby-prof", "0.18.0", require: false
gem "ruby-prof-flamegraph", "0.3.0", require: false

# Type checker
Expand Down

0 comments on commit 017722d

Please sign in to comment.