From db13487ecfbc7b8110887451885480ce7839cd27 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Sat, 24 Feb 2024 14:53:54 +0000 Subject: [PATCH] Change Gemfile to update coveralls_reborn and simplecov dependencies --- Gemfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2a4e47e..0c02b19 100644 --- a/Gemfile +++ b/Gemfile @@ -17,14 +17,11 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0") gem "rspec-benchmark", "~> 0.6" end -if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0") - gem "coveralls_reborn", "~> 0.24.0" - gem "simplecov", "~> 0.21.0" - gem "warning", "~> 1.3" -end - if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0") + gem "coveralls_reborn", "~> 0.28.0" gem "rubocop-performance", "~> 1.18" gem "rubocop-rake", "~> 0.6" gem "rubocop-rspec", "~> 2.22" + gem "simplecov", "~> 0.22.0" + gem "warning", "~> 1.3" end