Commit 80d7ef2

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-05 02:34:54
Update simplecov requirement from ~> 0.15.1 to ~> 0.21.2
Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.15.1...v0.21.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fab552
Gemfile.lock
@@ -26,11 +26,10 @@ GEM
       thor (>= 0.18, < 2)
     concurrent-ruby (1.1.8)
     diff-lcs (1.4.4)
-    docile (1.1.5)
+    docile (1.3.5)
     ffaker (2.17.0)
     i18n (1.8.7)
       concurrent-ruby (~> 1.0)
-    json (2.5.1)
     mini_portile2 (2.5.0)
     minitest (5.14.3)
     nokogiri (1.11.1)
@@ -72,11 +71,12 @@ GEM
       rubocop (~> 0.87)
       rubocop-ast (>= 0.7.1)
     ruby-progressbar (1.11.0)
-    simplecov (0.15.1)
-      docile (~> 1.1.0)
-      json (>= 1.8, < 3)
-      simplecov-html (~> 0.10.0)
-    simplecov-html (0.10.2)
+    simplecov (0.21.2)
+      docile (~> 1.1)
+      simplecov-html (~> 0.11)
+      simplecov_json_formatter (~> 0.1)
+    simplecov-html (0.12.3)
+    simplecov_json_formatter (0.1.2)
     thor (1.1.0)
     tilt (2.0.10)
     tzinfo (2.0.4)
@@ -97,7 +97,7 @@ DEPENDENCIES
   rspec (~> 3.0)
   rubocop (~> 0.52)
   rubocop-rspec (~> 1.22)
-  simplecov (~> 0.15.1)
+  simplecov (~> 0.21.2)
   xml-kit!
 
 BUNDLED WITH
xml-kit.gemspec
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
   spec.add_development_dependency 'rspec', '~> 3.0'
   spec.add_development_dependency 'rubocop', '~> 0.52'
   spec.add_development_dependency 'rubocop-rspec', '~> 1.22'
-  spec.add_development_dependency 'simplecov', '~> 0.15.1'
+  spec.add_development_dependency 'simplecov', '~> 0.21.2'
 end