From 9ae0f7cc3c99f40e3b2e1ad6ff93c97173fde71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:17:49 -0800 Subject: [PATCH] Bump rubocop-rails from 2.17.3 to 2.17.4 (#1057) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3e774b23..93eb9f75 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem 'byebug', platform: :mri gem 'rubocop', '~> 1.39.0', require: false gem 'rubocop-performance', '~> 1.15.2' - gem 'rubocop-rails', '~> 2.17.3' + gem 'rubocop-rails', '~> 2.17.4' gem 'dotenv-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index bfca4030..36c6933e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM pundit (2.3.0) activesupport (>= 3.0.0) racc (1.6.1) - rack (2.2.4) + rack (2.2.5) rack-brotli (1.2.0) brotli (>= 0.1.7) rack (>= 1.4) @@ -292,7 +292,7 @@ GEM rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.3) + rubocop-rails (2.17.4) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -399,7 +399,7 @@ DEPENDENCIES resque (~> 2.4.0) rubocop (~> 1.39.0) rubocop-performance (~> 1.15.2) - rubocop-rails (~> 2.17.3) + rubocop-rails (~> 2.17.4) sassc-rails (~> 2.1.2) selenium-webdriver sentry-rails (~> 5.7.0)