Skip to content

Commit

Permalink
build(deps-dev): update ruby_memcheck requirement from 2.3.0 to 3.0.0
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@2.3.0...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 096088b commit b442e65
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.7"
gem "rake-compiler-dock", "1.5.0"

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

gem "rdoc", "6.6.3.1"

Expand Down

0 comments on commit b442e65

Please sign in to comment.