From ce69f9613d576a9f317df877dec25557560d4d0d Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Fri, 1 Sep 2023 13:53:21 -0700 Subject: [PATCH] simplecov 0.22. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eedffdf..7b40e97 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :development, :test do gem 'sparql-client', git: 'https://github.com/ruby-rdf/sparql-client.git', branch: 'develop' gem 'rake' - gem 'simplecov', '~> 0.21', platforms: :mri + gem 'simplecov', '~> 0.22', platforms: :mri gem 'simplecov-lcov', '~> 0.8', platforms: :mri end