summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 57a3601..9307af8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,5 +19,5 @@ group :debug do
gem "pry"
gem "pry-byebug"
gem "rb-readline"
- gem "simplecov", "~> 0.9"
+ gem "simplecov", "~> 0.18.5" # pin until we drop ruby support 2.4
end