From 2cf50ff24d9159a89afe573a2ebffb59d19e7dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:11:38 +0000 Subject: [PATCH] build(deps): update ruby_memcheck requirement from 2.2.0 to 2.2.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/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: ruby_memcheck dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bfb005dc..dffa567d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem("rake-compiler", "1.2.5") gem("rake-compiler-dock", "1.3.1") gem("rdoc", "6.5.0") -gem("ruby_memcheck", "2.2.0") if Gem::Platform.local.os == "linux" +gem("ruby_memcheck", "2.2.1") if Gem::Platform.local.os == "linux"