Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -654,4 +654,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
4.0.10
4.0.11