From e3bc2f0ab2570c9991da081bac4ab1301d9f3800 Mon Sep 17 00:00:00 2001 From: Daniel Bogan Date: Thu, 26 Oct 2023 08:17:12 +0000 Subject: [PATCH] Add Simplecov --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index c182ab9..a063908 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,4 @@ gemspec gem 'rake', '~> 13.0' gem 'rspec', '~> 3.12' gem 'rubocop-rspec', '~> 2.22' +gem 'simplecov', '~> 0.21'