Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubocop-govuk #2417

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end
group :development do
gem 'listen'
gem 'rails-erd'
gem 'rubocop-govuk', github: 'alphagov/rubocop-govuk', ref: 'a822e10cb691810446aa416223236ac54ad31e63'
gem 'rubocop-govuk'
gem 'spring', '>= 3'
gem 'spring-watcher-listen'
end
Expand Down
22 changes: 8 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
GIT
remote: https://github.com/alphagov/rubocop-govuk.git
revision: a822e10cb691810446aa416223236ac54ad31e63
ref: a822e10cb691810446aa416223236ac54ad31e63
specs:
rubocop-govuk (5.0.2)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.2.0)

GIT
remote: https://github.com/nduitz/routing-filter.git
revision: 7ada2f1854563852c615eec681c67f80f135ade5
Expand Down Expand Up @@ -458,6 +445,13 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-govuk (5.0.3)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.2.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -587,7 +581,7 @@ DEPENDENCIES
rswag-api
rswag-specs
rswag-ui
rubocop-govuk!
rubocop-govuk
sentry-rails
sentry-ruby
sentry-sidekiq
Expand Down
Loading