Skip to content

Commit

Permalink
rubocop-govuk updated along with todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcrack committed Nov 18, 2024
1 parent c6abf19 commit 83c74d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83c74d0

Please sign in to comment.