diff --git a/Gemfile b/Gemfile index 316fd7a8..8f19d49e 100644 --- a/Gemfile +++ b/Gemfile @@ -19,4 +19,4 @@ gem "json" gem "ostruct" gem "rake", "~> 13.2" gem "rspec", "~> 3.13.0" -gem "rubocop-govuk", "~> 5.1.6" +gem "rubocop-govuk", "~> 5.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 1e6bddcc..0614bba9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM json (2.11.3) kramdown (2.5.1) rexml (>= 3.3.9) - language_server-protocol (3.17.0.4) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -195,7 +195,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.75.4) + rubocop (1.75.5) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -212,8 +212,8 @@ GEM rubocop-capybara (2.22.1) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-govuk (5.1.6) - rubocop (= 1.75.4) + rubocop-govuk (5.1.7) + rubocop (= 1.75.5) rubocop-ast (= 1.44.1) rubocop-capybara (= 2.22.1) rubocop-rails (= 2.31.0) @@ -272,7 +272,7 @@ DEPENDENCIES ostruct rake (~> 13.2) rspec (~> 3.13.0) - rubocop-govuk (~> 5.1.6) + rubocop-govuk (~> 5.1.7) tzinfo-data wdm (~> 0.1.0)