From 3c2fe2bfc375b88f433ad7c15bd269ae4f166f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:08:19 +0000 Subject: [PATCH] build(deps): update ruby_memcheck requirement from 2.1.2 to 2.2.0 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.1.2...2.2.0) --- 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 65cbbf4d..5eba4812 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem("rake-compiler-dock", "1.3.0") gem("rdoc", "6.5.0") gem("psych", "5.1.0") -gem("ruby_memcheck", "2.1.2") if Gem::Platform.local.os == "linux" +gem("ruby_memcheck", "2.2.0") if Gem::Platform.local.os == "linux"