From f59349a874a9f459a8ddb69e70080b3c55bb0753 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Sun, 31 Mar 2024 22:11:10 +0100 Subject: [PATCH] Change Gemfile to update coveralls_reborn and simplecov dependencies --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 58a5fa1..3bfb622 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem "json", "2.4.1" if RUBY_VERSION == "2.0.0" gem "yardstick", "~> 0.9.9" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0") - gem "coveralls_reborn", "~> 0.22.0" - gem "simplecov", "~> 0.21.0" + gem "coveralls_reborn", "~> 0.28.0" + gem "simplecov", "~> 0.22.0" end