From b3d067e755191b98696a9f092b640505ca34b6db Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Thu, 4 Apr 2024 22:13:02 +0100 Subject: [PATCH] Change Gemfile to remove the metrics group --- Gemfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6a54314..f4a88b9 100644 --- a/Gemfile +++ b/Gemfile @@ -9,11 +9,9 @@ if RUBY_VERSION == "2.0.0" gem "rake", "12.3.3" end gem "pastel", "~> 0.8.0" +gem "yardstick", "~> 0.9.9" + if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0") gem "coveralls_reborn", "~> 0.21.0" gem "simplecov", "~> 0.21.0" end - -group :metrics do - gem "yardstick", "~> 0.9.9" -end