From fbe60f6ba2b316d42f16e9790b466e8a5a8d474c Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 16 Apr 2020 15:01:54 -0400 Subject: [PATCH] stick with simplecov 0.15.x for now --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5ed72b7..628e90b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "json" gem "rspec" gem "rake" -gem "simplecov" +gem "simplecov", "~> 0.15.0" gem "yard" gem "rdoc" gem "redcarpet" diff --git a/Gemfile.lock b/Gemfile.lock index 421c32c..e0f582f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - simplecov (0.15.0) + simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -38,7 +38,7 @@ DEPENDENCIES rdoc redcarpet rspec - simplecov + simplecov (~> 0.15.0) syntax yard