From a86fb43f459ef55d73fe4fbe06d792c84358c3b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:24:54 +0000 Subject: [PATCH] Bump rubocop from 0.79.0 to 0.81.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.81.0. - [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.79.0...v0.81.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 40a9577..a18940a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec group :development, :test do gem "rake", require: false gem "rspec", "~> 3.9", require: false - gem "rubocop", "0.79.0", require: false + gem "rubocop", "0.81.0", require: false gem "tjson", "~> 0.5", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 7aced0a..ca0fb55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,10 +11,11 @@ GEM diff-lcs (1.3) jaro_winkler (1.5.4) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.0.5) ast (~> 2.4.0) rainbow (3.0.0) rake (13.0.1) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -28,17 +29,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - rubocop (0.79.0) + rubocop (0.81.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) tjson (0.5.0) base32 (>= 0.3) - unicode-display_width (1.6.0) + unicode-display_width (1.7.0) PLATFORMS ruby @@ -48,7 +50,7 @@ DEPENDENCIES cryptouri! rake rspec (~> 3.9) - rubocop (= 0.79.0) + rubocop (= 0.81.0) tjson (~> 0.5) BUNDLED WITH