stick with simplecov 0.15.x for now

This commit is contained in:
Josh Holtrop 2020-04-16 15:01:54 -04:00
parent 355a8383d0
commit 93c5561190
2 changed files with 3 additions and 5 deletions

View File

@ -12,7 +12,6 @@ GEM
json (2.3.0)
rake (13.0.1)
rdoc (6.2.1)
redcarpet (3.5.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
@ -26,12 +25,11 @@ 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)
simplecov-html (0.10.2)
syntax (1.2.2)
yard (0.9.24)
PLATFORMS
@ -43,7 +41,7 @@ DEPENDENCIES
rdoc
rscons!
rspec
simplecov
simplecov (~> 0.15.0)
yard
BUNDLED WITH

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec"
gem.add_development_dependency "rake"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "simplecov", "~> 0.15.0"
gem.add_development_dependency "yard"
gem.add_development_dependency "rdoc"
end