diff --git a/Gemfile b/Gemfile index 53b9cf5e9..35abd8d23 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :development do # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem "erb_lint", require: false gem "rack-mini-profiler", "~> 2.0" - gem "rubocop-govuk", require: false + gem "rubocop-govuk", "4.3.0", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 4324334b6..64505a701 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM ruby2_keywords (>= 0.0.2, < 1.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.583.0) + aws-partitions (1.584.0) aws-sdk-core (3.130.2) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) @@ -264,11 +264,11 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.4-arm64-darwin) + nokogiri (1.13.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.13.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.13.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.13.5-x86_64-linux) racc (~> 1.4) notifications-ruby-client (5.3.0) jwt (>= 1.5, < 3) @@ -305,7 +305,6 @@ GEM public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) - racc (1.6.0) rack (2.2.3) rack-attack (6.6.1) rack (>= 1.0, < 3) @@ -379,33 +378,33 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.27.0) + rubocop (1.25.0) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.16.0, < 2.0) + rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.17.0) - parser (>= 3.1.1.0) - rubocop-govuk (4.4.0) - rubocop (= 1.27.0) - rubocop-ast (= 1.17.0) - rubocop-rails (= 2.14.2) + rubocop-ast (1.15.1) + parser (>= 3.0.1.1) + rubocop-govuk (4.3.0) + rubocop (= 1.25.0) + rubocop-ast (= 1.15.1) + rubocop-rails (= 2.13.2) rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.10.0) + rubocop-rspec (= 2.7.0) rubocop-performance (1.13.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.14.2) + rubocop-rails (2.13.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.10.0) + rubocop-rspec (2.7.0) rubocop (~> 1.19) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) @@ -462,10 +461,6 @@ GEM PLATFORMS arm64-darwin-21 - x86_64-darwin-19 - x86_64-darwin-20 - x86_64-darwin-21 - x86_64-linux DEPENDENCIES activeadmin @@ -502,7 +497,7 @@ DEPENDENCIES redis roo rspec-rails - rubocop-govuk + rubocop-govuk (= 4.3.0) rubocop-performance rubocop-rails selenium-webdriver @@ -522,4 +517,4 @@ RUBY VERSION ruby 3.1.1p18 BUNDLED WITH - 2.3.7 + 2.3.12