From 83c74d07d8d0b05911b64e014f9ebd6c7cfffcb2 Mon Sep 17 00:00:00 2001 From: sarahcrack <73823091+sarahcrack@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:36:27 +0000 Subject: [PATCH] rubocop-govuk updated along with todo list --- .rubocop_todo.yml | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5c495af51..8174b9ffb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-11-18 15:25:34 UTC using RuboCop version 1.68.0. +# on 2024-11-18 15:32:19 UTC using RuboCop version 1.68.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/Gemfile b/Gemfile index 1dcca33f2..907ca1f34 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: %i[mri mingw x64_mingw] - gem 'rubocop-govuk', require: false + gem 'rubocop-govuk', '~> 5.0.2', require: false # Debugging gem 'pry-byebug' diff --git a/Gemfile.lock b/Gemfile.lock index f2eeac707..64963a2ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -785,7 +785,7 @@ DEPENDENCIES rspec_junit_formatter rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26) - rubocop-govuk + rubocop-govuk (~> 5.0.2) rubocop-rspec (~> 3.2) selenium-webdriver sentry-rails