Skip to content

Commit

Permalink
build(deps-dev): update ruby_memcheck requirement from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ruby_memcheck](https://github.com/Shopify/ruby_memcheck) to permit the latest version.
- [Release notes](https://github.com/Shopify/ruby_memcheck/releases)
- [Commits](Shopify/ruby_memcheck@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: ruby_memcheck
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent a6c67ac commit d4d4443
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 @@ -8,7 +8,7 @@ group :development do
gem "rake-compiler", "1.2.8"
gem "rake-compiler-dock", "1.7.0"

gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"
gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"

gem "rdoc", "6.10.0"

Expand Down

0 comments on commit d4d4443

Please sign in to comment.