diff --git a/Gemfile b/Gemfile index 9a8679f0e..1d101c69e 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index bac6491b9..43ccda6b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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 @@ -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) @@ -588,7 +592,7 @@ DEPENDENCIES rswag-api rswag-specs rswag-ui - rubocop-govuk + rubocop-govuk (= 5.0.2)! sentry-rails sentry-ruby sentry-sidekiq