From ef1b900dad03f4131acabcda7bc0f5dc1d1046a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:09:08 +0000 Subject: [PATCH] Bump rubocop-rails_config from 1.4.3 to 1.8.1 Bumps [rubocop-rails_config](https://github.com/toshimaru/rubocop-rails_config) from 1.4.3 to 1.8.1. - [Release notes](https://github.com/toshimaru/rubocop-rails_config/releases) - [Changelog](https://github.com/toshimaru/rubocop-rails_config/blob/main/CHANGELOG.md) - [Commits](https://github.com/toshimaru/rubocop-rails_config/compare/v1.4.3...v1.8.1) --- updated-dependencies: - dependency-name: rubocop-rails_config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c33adfc2f..6caca7a88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,7 @@ GEM nenv (0.3.0) nested_form (0.3.2) nio4r (2.5.8) - nokogiri (1.13.0) + nokogiri (1.13.1) mini_portile2 (~> 2.7.0) racc (~> 1.4) notiffany (0.1.3) @@ -398,6 +398,8 @@ GEM parser (>= 3.0.1.1) rubocop-i18n (3.0.0) rubocop (~> 1.0) + rubocop-minitest (0.17.0) + rubocop (>= 0.90, < 2.0) rubocop-packaging (0.5.1) rubocop (>= 0.89, < 2.0) rubocop-performance (1.13.1) @@ -407,12 +409,13 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 0.90.0, < 2.0) - rubocop-rails_config (1.4.3) + rubocop-rails_config (1.8.1) railties (>= 5.0) - rubocop (>= 1.8) + rubocop (>= 1.19) rubocop-ast (>= 1.0.1) + rubocop-minitest (~> 0.15) rubocop-packaging (~> 0.5) - rubocop-performance (~> 1.3) + rubocop-performance (~> 1.11) rubocop-rails (~> 2.0) rubocop-rspec (2.6.0) rubocop (~> 1.19)