diff --git a/.rubocop.yml b/.rubocop.yml index 00b302a0..f066cdc6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -329,13 +329,13 @@ RSpec/SubjectDeclaration: # new in 2.5 Enabled: true RSpec/VerifiedDoubleReference: # new in 2.10.0 Enabled: true -Capybara/NegationMatcher: # new in 2.14 +Capybara/RSpec/NegationMatcher: # new in 2.14 Enabled: true Capybara/SpecificActions: # new in 2.14 Enabled: true Capybara/SpecificFinders: # new in 2.13 Enabled: true -Capybara/SpecificMatcher: # new in 2.12 +Capybara/RSpec/SpecificMatcher: # new in 2.12 Enabled: true FactoryBot/ConsistentParenthesesStyle: # new in 2.14 Enabled: true @@ -467,7 +467,7 @@ Performance/MapMethodChain: # new in 1.19 Enabled: true Capybara/ClickLinkOrButtonStyle: # new in 2.19 Enabled: true -Capybara/MatchStyle: # new in 2.17 +Capybara/RSpec/MatchStyle: # new in 2.17 Enabled: true Capybara/RedundantWithinFind: # new in 2.20 Enabled: true @@ -583,5 +583,5 @@ Performance/ZipWithoutBlock: # new in 1.24 Enabled: true Capybara/FindAllFirst: # new in 2.22 Enabled: true -Capybara/NegationMatcherAfterVisit: # new in 2.22 +Capybara/RSpec/NegationMatcherAfterVisit: # new in 2.22 Enabled: true diff --git a/Gemfile.lock b/Gemfile.lock index 5056d0ea..63171864 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,12 +85,12 @@ GEM airbrussh (1.6.1) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.3) - axe-core-api (4.11.2) + axe-core-api (4.11.3) dumb_delegator ostruct virtus - axe-core-rspec (4.11.2) - axe-core-api (= 4.11.2) + axe-core-rspec (4.11.3) + axe-core-api (= 4.11.3) dumb_delegator ostruct virtus @@ -104,9 +104,9 @@ GEM benchmark (0.5.0) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.0) + bootsnap (1.24.1) msgpack (~> 1.2) - bootstrap_form (5.6.0) + bootstrap_form (5.6.1) actionpack (>= 7.2) activemodel (>= 7.2) brakeman (8.0.4) @@ -249,7 +249,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.19.4) + json (2.19.5) jwt (3.1.2) base64 kaminari (1.2.2) @@ -284,7 +284,7 @@ GEM marcel (1.1.0) matrix (0.4.3) mini_mime (1.1.5) - minitest (6.0.5) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) mission_control-jobs (1.1.0) @@ -313,19 +313,19 @@ GEM net-protocol net-ssh (7.3.2) nio4r (2.7.5) - nokogiri (1.19.2-aarch64-linux-gnu) + nokogiri (1.19.3-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-musl) + nokogiri (1.19.3-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-gnu) + nokogiri (1.19.3-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-musl) + nokogiri (1.19.3-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.2-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-gnu) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-musl) + nokogiri (1.19.3-x86_64-linux-musl) racc (~> 1.4) okcomputer (1.19.1) benchmark @@ -460,9 +460,9 @@ GEM rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-capybara (2.22.1) + rubocop-capybara (2.23.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) + rubocop (~> 1.81) rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) @@ -484,7 +484,7 @@ GEM rubocop (~> 1.72, >= 1.72.1) rubocop-rspec (~> 3.5) ruby-progressbar (1.13.0) - rubyzip (3.2.2) + rubyzip (3.3.0) safely_block (1.0.0) securerandom (0.4.1) selenium-webdriver (4.43.0) @@ -654,4 +654,4 @@ DEPENDENCIES webmock BUNDLED WITH - 4.0.10 + 4.0.11