From d4d44430ccc655701ebffb178a69e0fce6d2383c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 05:41:44 +0000
Subject: [PATCH] build(deps-dev): update ruby_memcheck requirement from 3.0.0
 to 3.0.1

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](https://github.com/Shopify/ruby_memcheck/compare/3.0.0...3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index b4643a9a..cbd7d436 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"