From 98f9f7dbc808ece4461bc5047d65e94148e29402 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 05:28:09 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.65.0 to ~> 0.89.1 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.65.0...v0.89.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 39 ++++++++++++++++++++------------------- hets-agent.gemspec | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a41515..dc6e662 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,13 +19,13 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - amq-protocol (2.3.0) - ast (2.4.0) + amq-protocol (2.3.2) + ast (2.4.1) awesome_print (1.8.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - bunny (2.14.0) - amq-protocol (~> 2.3, >= 2.3.0) + bunny (2.15.0) + amq-protocol (~> 2.3, >= 2.3.1) bunny-mock (1.7.0) bunny (>= 1.7) byebug (11.0.0) @@ -77,14 +77,12 @@ GEM i18n (1.5.3) concurrent-ruby (~> 1.0) interception (0.5) - jaro_winkler (1.5.2) json (2.1.0) method_source (0.9.2) minitest (5.11.3) - parallel (1.13.0) - parser (2.6.0.0) - ast (~> 2.4.0) - powerpack (0.1.2) + parallel (1.19.2) + parser (2.7.1.4) + ast (~> 2.4.1) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -97,9 +95,10 @@ GEM pry-stack_explorer (0.4.9.3) binding_of_caller (>= 0.7) pry (>= 0.9.11) - psych (3.1.0) rainbow (3.0.0) rake (12.3.2) + regexp_parser (1.7.1) + rexml (3.2.4) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -113,16 +112,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.65.0) - jaro_winkler (~> 1.5.1) + rubocop (0.89.1) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - powerpack (~> 0.1) - psych (>= 3.1.0) + parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) + rexml + rubocop-ast (>= 0.3.0, < 1.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.4.0) - ruby-progressbar (1.10.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) + ruby-progressbar (1.10.1) serverengine (2.0.7) sigdump (~> 0.2.2) sigdump (0.2.4) @@ -141,7 +142,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.4.1) + unicode-display_width (1.7.0) url (0.3.2) PLATFORMS @@ -155,7 +156,7 @@ DEPENDENCIES hets-agent! rake (~> 12.3.0) rspec (~> 3.8.0) - rubocop (~> 0.65.0) + rubocop (~> 0.89.1) BUNDLED WITH 2.0.1 diff --git a/hets-agent.gemspec b/hets-agent.gemspec index e3da405..a935cc3 100644 --- a/hets-agent.gemspec +++ b/hets-agent.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec', '~> 3.8.0' spec.add_development_dependency 'codecov', '~> 0.1.10' - spec.add_development_dependency 'rubocop', '~> 0.65.0' + spec.add_development_dependency 'rubocop', '~> 0.89.1' # We want to have these in the production environment as well in case we need # to debug the application: