From 9788ed0bc6ee680b05e4a2c4088716c44eb0b6f3 Mon Sep 17 00:00:00 2001 From: Mariam A Date: Mon, 23 Dec 2024 14:57:27 -0500 Subject: [PATCH] update gemfile.lock after upgrading rubocop gem (#379) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 90650a23..69a584a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,7 +475,7 @@ DEPENDENCIES rspec rspec-rails (~> 6.0.0) rspec_junit_formatter - rubocop (~> 1.63, >= 1.63.0) + rubocop (~> 1.66, >= 1.66.0) rubocop-rails (~> 2.25, >= 2.25.1) sass-rails (~> 6.0, >= 6.0.0) selenium-webdriver (>= 4.23.0)