From 96907a26bcd480192912c71452e377c1a69e683c Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Fri, 1 Sep 2023 13:48:06 -0700 Subject: [PATCH] simplecov 0.22. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2234b42..2e202de 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem "ebnf", github: "dryruby/ebnf", branch: "develop" gem "sxp", github: "dryruby/sxp", branch: "develop" group :test do - gem 'simplecov', '~> 0.21', platforms: :mri + gem 'simplecov', '~> 0.22', platforms: :mri gem 'simplecov-lcov', '~> 0.8', platforms: :mri end