Skip to content

Commit

Permalink
Merge pull request #692 from alphagov/dependabot/bundler/rubocop-govu…
Browse files Browse the repository at this point in the history
…k-4.12.0

Bump rubocop-govuk from 4.11.0 to 4.12.0
  • Loading branch information
brucebolt authored Jul 31, 2023
2 parents 67d7c62 + 7c672da commit d3d6937
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.1)
minitest (5.19.0)
msgpack (1.6.0)
multi_xml (0.6.0)
net-imap (0.3.6)
Expand Down Expand Up @@ -523,7 +523,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -551,15 +551,15 @@ GEM
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.12.0)
rubocop (1.53.1)
rubocop (1.55.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
Expand All @@ -568,8 +568,8 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-govuk (4.11.0)
rubocop (= 1.53.1)
rubocop-govuk (4.12.0)
rubocop (= 1.55.0)
rubocop-ast (= 1.29.0)
rubocop-rails (= 2.20.2)
rubocop-rake (= 0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion app/lib/link_checker/uri_checker/problem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_string(symbol)
return nil if symbol.nil?

symbols = [
:"#{symbol}.#{from_redirect ? "redirect" : "singular"}",
:"#{symbol}.#{from_redirect ? 'redirect' : 'singular'}",
symbol,
]

Expand Down

0 comments on commit d3d6937

Please sign in to comment.