From 501382d4fa83b0bc68fb02e9c0beeec7f1d0d152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:44:03 +0000 Subject: [PATCH] Upgrade: Bump rubocop-rails from 2.19.1 to 2.20.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.19.1 to 2.20.2. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.19.1...v2.20.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 61afb2a7a5..2ded265644 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :development do gem 'rack-mini-profiler' gem 'rubocop', '~> 1.53', require: false gem 'rubocop-performance', '~> 1.18', require: false - gem 'rubocop-rails', '~> 2.18', require: false + gem 'rubocop-rails', '~> 2.20', require: false gem 'rubocop-rspec', '~> 2.20', require: false gem 'web-console', '~> 4.2' end diff --git a/Gemfile.lock b/Gemfile.lock index d224493d5e..3f97263276 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -472,7 +472,7 @@ GEM rubocop-performance (1.18.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.19.1) + rubocop-rails (2.20.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -633,7 +633,7 @@ DEPENDENCIES rspec_junit_formatter (~> 0.6) rubocop (~> 1.53) rubocop-performance (~> 1.18) - rubocop-rails (~> 2.18) + rubocop-rails (~> 2.20) rubocop-rspec (~> 2.20) ruby-progressbar (~> 1.13) sass-rails (~> 6.0)