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.
This commit is contained in:
Eric Moon 2018-07-28 11:38:33 -07:00 committed by GitHub
parent 077b763701
commit 053a4e129c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)