From 053a4e129cb72365af4bf9287d41fa44f39b2259 Mon Sep 17 00:00:00 2001 From: Eric Moon Date: Sat, 28 Jul 2018 11:38:33 -0700 Subject: [PATCH] downgrade codeclimate-test-reporter from 1.0.8 to 1.0.7 Removes the dependency on simplecove <0.13 - minimizing changes in codelevels for now. If you rebuild the Gemlock.file, you'll have to limit codeclimate-test-reporter in the Gemfile itself to keep this downgrade. --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 84a8a97c..a3149141 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,8 +66,8 @@ GEM childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) climate_control (0.2.0) - codeclimate-test-reporter (1.0.8) - simplecov (<= 0.13) + codeclimate-test-reporter (1.0.7) + simplecov coderay (1.1.2) coffee-rails (4.1.1) coffee-script (>= 2.2.0) @@ -210,7 +210,7 @@ GEM childprocess (~> 0.5) rubyzip (~> 1.0) websocket (~> 1.0) - simplecov (0.13.0) + simplecov (0.16.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0)