From 43a4396d217971f02ae8978bd95ed210197ccb34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:15:01 +0000 Subject: [PATCH] Bump rubocop from 0.90.0 to 1.0.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 1.0.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.90.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 89cdc57..9db69da 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ group :development, :test do gem 'fasterer', '~> 0.8', require: false gem 'rake', '~> 13.0' gem 'rspec', '~> 3.9' - gem 'rubocop', '~> 0.90', require: false + gem 'rubocop', '~> 1.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 8afc623..a135c53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,16 +33,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.90.0) + rubocop (1.0.0) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) + regexp_parser (>= 1.8) rexml - rubocop-ast (>= 0.3.0, < 1.0) + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.8.0) + rubocop-ast (1.0.1) parser (>= 2.7.1.5) ruby-progressbar (1.10.1) ruby_parser (3.15.0) @@ -63,7 +63,7 @@ DEPENDENCIES fasterer (~> 0.8) rake (~> 13.0) rspec (~> 3.9) - rubocop (~> 0.90) + rubocop (~> 1.0) RUBY VERSION ruby 2.7.0p0