Skip to content

Commit

Permalink
Install rubocop-govuk from main to bump rubocop to 1.67 (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett authored Oct 31, 2024
1 parent 78195cb commit 2a6e296
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end
group :development do
gem 'listen'
gem 'rails-erd'
gem 'rubocop-govuk'
gem 'rubocop-govuk', '5.0.2', git: 'https://github.com/alphagov/rubocop-govuk'
gem 'spring', '>= 3'
gem 'spring-watcher-listen'
end
Expand Down
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
GIT
remote: https://github.com/alphagov/rubocop-govuk
revision: 28080c6d6152e9c54cfe8639cb8d553623942cb5
specs:
rubocop-govuk (5.0.2)
rubocop (= 1.67.0)
rubocop-ast (= 1.32.3)
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 @@ -234,7 +246,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.7.2)
json (2.7.4)
json-schema (5.0.1)
addressable (~> 2.8)
jsonapi-serializer (2.2.0)
Expand Down Expand Up @@ -316,7 +328,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -435,36 +447,28 @@ GEM
rswag-ui (2.15.0)
actionpack (>= 5.2, < 8.0)
railties (>= 5.2, < 8.0)
rubocop (1.64.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-govuk (5.0.2)
rubocop (= 1.64.1)
rubocop-ast (= 1.31.3)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.25.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.1)
rubocop-rails (2.25.1)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.1)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-graphviz (1.2.5)
rexml
Expand Down Expand Up @@ -517,7 +521,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uk_postcode (2.1.8)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (0.13.1)
validate_url (1.0.15)
Expand Down Expand Up @@ -588,7 +592,7 @@ DEPENDENCIES
rswag-api
rswag-specs
rswag-ui
rubocop-govuk
rubocop-govuk (= 5.0.2)!
sentry-rails
sentry-ruby
sentry-sidekiq
Expand Down

0 comments on commit 2a6e296

Please sign in to comment.