From 4e173d481e6338b9b82c4b7be9f26050ecfb2b10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 05:32:45 +0000 Subject: [PATCH] Bump rubocop from 0.67.2 to 1.15.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.67.2 to 1.15.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.67.2...v1.15.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac90e9929928..62fba14b691c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,27 +1,30 @@ GEM remote: https://rubygems.org/ specs: - ast (2.4.0) + ast (2.4.2) fastimage (2.1.5) - jaro_winkler (1.5.2) minitest (5.11.3) - parallel (1.17.0) - parser (2.6.2.1) - ast (~> 2.4.0) - psych (3.1.0) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) rainbow (3.0.0) rake (12.3.2) - rubocop (0.67.2) - jaro_winkler (~> 1.5.1) + regexp_parser (2.1.1) + rexml (3.2.5) + rubocop (1.15.0) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - psych (>= 3.1.0) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.6) - ruby-progressbar (1.10.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.5.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) safe_yaml (1.0.5) - unicode-display_width (1.5.0) + unicode-display_width (2.0.0) PLATFORMS ruby