Skip to content

Commit

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

chore(deps-dev): bump rubocop-govuk from 4.10.0 to 4.14.0
  • Loading branch information
camdesgov authored Mar 6, 2024
2 parents 5eafe33 + 83a5718 commit 1c38fb2
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crack (0.4.5)
rexml
date (3.3.4)
Expand Down Expand Up @@ -60,8 +60,9 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
json (2.7.1)
jwt (2.7.0)
language_server-protocol (3.17.0.3)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -74,7 +75,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.2)
minitest (5.20.0)
minitest (5.21.2)
multipart-post (2.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand All @@ -98,17 +99,18 @@ GEM
shellany (~> 0.0)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
parallel (1.22.1)
parser (3.2.1.1)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.6.4)
rack (2.2.8)
rack-protection (3.0.2)
rack
rack-test (2.1.0)
Expand All @@ -118,9 +120,9 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.7.0)
regexp_parser (2.9.0)
require_all (3.0.0)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -134,35 +136,40 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.44.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
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.24.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-capybara (2.17.1)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-govuk (4.10.0)
rubocop (= 1.44.1)
rubocop-ast (= 1.24.1)
rubocop-rails (= 2.17.4)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-govuk (4.14.0)
rubocop (= 1.60.2)
rubocop-ast (= 1.30.0)
rubocop-rails (= 2.23.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.18.1)
rubocop-rails (2.17.4)
rubocop-rspec (= 2.26.1)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.18.1)
rubocop (~> 1.33)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sensible_logging (0.4.7)
Expand All @@ -189,7 +196,7 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down

0 comments on commit 1c38fb2

Please sign in to comment.