From 34ba6766d998d934169cd5e4887da2b69a884cde Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 08:01:45 +0000 Subject: [PATCH] Bump rubocop from 0.93.0 to 0.93.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.0 to 0.93.1. - [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.93.0...v0.93.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7d3e141..15575f0 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :development do gem "mdl", "0.11.0" gem "minitest", "~> 5.14" gem "minitest-bisect", "~> 1.5" - gem "rubocop", "0.93.0" + gem "rubocop", "0.93.1" gem "simplecov", "0.17.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 9df13ed..5e74b9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,9 +58,9 @@ GEM public_suffix (4.0.3) rainbow (3.0.0) rake (13.0.1) - regexp_parser (1.8.1) + regexp_parser (1.8.2) rexml (3.2.4) - rubocop (0.93.0) + rubocop (0.93.1) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) @@ -93,7 +93,7 @@ DEPENDENCIES minitest-bisect (~> 1.5) pry-byebug! rake (~> 13.0) - rubocop (= 0.93.0) + rubocop (= 0.93.1) simplecov (= 0.17.1) BUNDLED WITH