stick with simplecov 0.15.x for now

This commit is contained in:
Josh Holtrop 2020-04-16 15:01:54 -04:00
parent 8dd9799666
commit fbe60f6ba2
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "json" gem "json"
gem "rspec" gem "rspec"
gem "rake" gem "rake"
gem "simplecov" gem "simplecov", "~> 0.15.0"
gem "yard" gem "yard"
gem "rdoc" gem "rdoc"
gem "redcarpet" gem "redcarpet"

View File

@ -20,7 +20,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-support (3.9.2) rspec-support (3.9.2)
simplecov (0.15.0) simplecov (0.15.1)
docile (~> 1.1.0) docile (~> 1.1.0)
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
@ -38,7 +38,7 @@ DEPENDENCIES
rdoc rdoc
redcarpet redcarpet
rspec rspec
simplecov simplecov (~> 0.15.0)
syntax syntax
yard yard