From c9cb50f850f2d175089ce6e6eae3d681bf000f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:01:33 +0000 Subject: [PATCH] Bump rubocop-govuk from 4.17.1 to 4.18.0 Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 4.17.1 to 4.18.0. - [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/rubocop-govuk/compare/v4.17.1...v4.18.0) --- updated-dependencies: - dependency-name: rubocop-govuk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6417556..127a57a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.3) + activesupport (7.0.8.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -31,7 +31,7 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.1) contracts (0.16.1) dotenv (3.0.2) em-websocket (0.5.3) @@ -130,7 +130,7 @@ GEM middleman-core (>= 3.2) rouge (~> 3.2) mini_portile2 (2.8.6) - minitest (5.23.0) + minitest (5.23.1) multi_json (1.15.0) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) @@ -143,12 +143,12 @@ GEM tilt (>= 1.4.1, < 3) padrino-support (0.15.3) parallel (1.24.0) - parser (3.3.1.0) + parser (3.3.2.0) ast (~> 2.4.1) racc parslet (2.0.0) public_suffix (5.0.4) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rack-livereload (0.3.17) rack @@ -162,7 +162,7 @@ GEM rexml (3.2.8) strscan (>= 3.0.9) rouge (3.30.0) - rubocop (1.63.5) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -179,12 +179,12 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-govuk (4.17.1) - rubocop (= 1.63.5) + rubocop-govuk (4.18.0) + rubocop (= 1.64.1) rubocop-ast (= 1.31.3) rubocop-rails (= 2.25.0) rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.29.2) + rubocop-rspec (= 2.30.0) rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -192,7 +192,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) + rubocop-rspec (2.30.0) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22)