Skip to content

Commit

Permalink
revert to simplecov 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 4, 2020
1 parent c61c8c1 commit 5f8191b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ GEM
i18n (1.8.5)
concurrent-ruby (~> 1.0)
iso8601 (0.9.1)
json (2.3.1)
json-canonicalization (0.2.0)
json-ld (3.1.4)
htmlentities (~> 4.3)
Expand Down Expand Up @@ -173,10 +174,11 @@ GEM
nokogiri (~> 1.6)
rspec (~> 3)
scanf (1.0.0)
simplecov (0.19.1)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.3)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sxp (1.1.0)
rdf (~> 3.1)
temple (0.8.2)
Expand Down Expand Up @@ -204,7 +206,7 @@ DEPENDENCIES
rake (~> 12.0)
rspec (~> 3.4)
rspec-xsd (~> 0.1.0)
simplecov (~> 0.1)
simplecov (= 0.17.1)
vcr (~> 3.0, >= 3.0.3)
webmock (~> 3.0, >= 3.0.1)

Expand Down
2 changes: 1 addition & 1 deletion bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack-test', '~> 0'
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.3'
s.add_development_dependency 'webmock', '~> 3.0', '>= 3.0.1'
s.add_development_dependency 'simplecov', '~> 0.1'
s.add_development_dependency 'simplecov', '0.17.1'
s.add_development_dependency 'hashdiff', ['>= 1.0.0.beta1', '< 2.0.0']

s.require_paths = ["lib"]
Expand Down

0 comments on commit 5f8191b

Please sign in to comment.