From 4e07c3d9caca9e726f47f199b3c604a61e205c27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 16:59:42 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.15, < 0.18 to ~> 0.15, < 0.22 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.17.1...v0.21.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 14 +++++++------- rubyhub.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 rubyhub.gemspec diff --git a/Gemfile.lock b/Gemfile.lock index c5ae8d0..ce19b39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,13 +11,12 @@ GEM coderay (1.1.2) colorize (0.8.1) diff-lcs (1.3) - docile (1.3.2) + docile (1.3.4) fasterer (0.8.3) colorize (~> 0.7) ruby_parser (>= 3.14.1) ffaker (2.14.0) jaro_winkler (1.5.4) - json (2.3.0) method_source (1.0.0) parallel (1.19.1) parser (2.7.1.0) @@ -61,11 +60,12 @@ GEM ruby_parser (3.14.2) sexp_processor (~> 4.9) sexp_processor (4.14.1) - simplecov (0.17.1) + simplecov (0.21.0) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.2) thor (1.0.1) unicode-display_width (1.7.0) @@ -85,7 +85,7 @@ DEPENDENCIES rubocop-performance (~> 1.5) rubocop-rspec (~> 1.38) rubyhub! - simplecov (~> 0.15, < 0.18) + simplecov (~> 0.15, < 0.22) BUNDLED WITH 2.1.4 diff --git a/rubyhub.gemspec b/rubyhub.gemspec old mode 100755 new mode 100644 index b00083b..311ef93 --- a/rubyhub.gemspec +++ b/rubyhub.gemspec @@ -38,5 +38,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rubocop-md', '~> 0.3' spec.add_development_dependency 'rubocop-performance', '~> 1.5' spec.add_development_dependency 'rubocop-rspec', '~> 1.38' - spec.add_development_dependency 'simplecov', '~> 0.15', '< 0.18' + spec.add_development_dependency 'simplecov', '~> 0.15', '< 0.22' end