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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ updates:
patterns:
- "*"
multi-ecosystem-group: bundler
ignore:
- dependency-name: parallel
versions: ">= 2.0" # TODO: remove when dropping Ruby < 3.3 compatibility
- package-ecosystem: bundler
directory: /gemfiles/rails_70
versioning-strategy: lockfile-only
patterns:
- "*"
multi-ecosystem-group: bundler
ignore:
- dependency-name: parallel
versions: ">= 2.0" # TODO: remove when dropping Ruby < 3.3 compatibility
- dependency-name: rails
versions: ">= 7.1.0"
- dependency-name: railties
Expand All @@ -40,6 +45,8 @@ updates:
ignore:
- dependency-name: erb
versions: ">= 5"
- dependency-name: parallel
versions: ">= 2.0" # TODO: remove when dropping Ruby < 3.3 compatibility
- dependency-name: rails
versions: ">= 7.2.0"
- dependency-name: railties
Expand All @@ -55,6 +62,8 @@ updates:
ignore:
- dependency-name: erb
versions: ">= 5"
- dependency-name: parallel
versions: ">= 2.0" # TODO: remove when dropping Ruby < 3.3 compatibility
- dependency-name: rails
versions: ">= 8.0.0"
- dependency-name: railties
Expand All @@ -66,6 +75,8 @@ updates:
- "*"
multi-ecosystem-group: bundler
ignore:
- dependency-name: parallel
versions: ">= 2.0" # TODO: remove when dropping Ruby < 3.3 compatibility
- dependency-name: rails
versions: ">= 8.1.0"
- dependency-name: railties
Expand Down
15 changes: 9 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ Capybara:
Capybara/AssertStyle:
Enabled: true

Capybara/ClickLinkOrButtonStyle:
Enabled: true

Capybara/FindAllFirst:
Enabled: true

Expand Down Expand Up @@ -50,9 +47,6 @@ Capybara/RSpec/NegationMatcherAfterVisit:
Capybara/RSpec/PredicateMatcher:
Enabled: true

Capybara/RSpec/SpecificFinders:
Enabled: true

Capybara/RSpec/SpecificMatcher:
Enabled: true

Expand All @@ -62,6 +56,9 @@ Capybara/RSpec/VisibilityMatcher:
Capybara/SpecificActions:
Enabled: true

Capybara/SpecificFinders:
Enabled: true

Metrics:
Enabled: false

Expand Down Expand Up @@ -349,6 +346,9 @@ RSpec/DescribedClassModuleWrapping:
RSpec/Dialect:
Enabled: true

RSpec/DiscardedMatcher:
Enabled: true

RSpec/DuplicatedMetadata:
Enabled: true

Expand Down Expand Up @@ -463,6 +463,9 @@ RSpec/LetSetup:
RSpec/MatchArray:
Enabled: true

RSpec/MatchWithSimpleRegex:
Enabled: true

RSpec/MessageChain:
Enabled: true

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ group :test do
end

group :rubocop do
gem 'parallel', '~> 1.28' # TODO: remove when dropping Ruby < 3.3 compatibility

gem 'rubocop'
gem 'rubocop-capybara'
gem 'rubocop-packaging'
Expand Down
73 changes: 38 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.9)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
bigdecimal (4.1.2)
builder (3.3.0)
capybara (3.40.0)
addressable
Expand All @@ -99,47 +99,47 @@ GEM
activesupport (>= 3.0.0)
railties (>= 3.0.0)
thor (>= 0.14.6)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crass (1.0.6)
crass (1.0.7)
date (3.5.1)
diff-lcs (1.6.2)
docile (1.4.1)
drb (2.2.3)
erb (6.0.2)
erb (6.0.4)
erubi (1.13.1)
globalid (1.3.0)
globalid (1.4.0)
activesupport (>= 6.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.17.0)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.5)
json (2.20.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
mail (2.9.1)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.1.0)
marcel (1.2.1)
matrix (0.4.3)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.2)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
net-imap (0.6.3)
net-imap (0.6.4.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -149,36 +149,33 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.19.2)
nokogiri (1.19.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.19.2-aarch64-linux-gnu)
nokogiri (1.19.4-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-arm64-darwin)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-darwin)
nokogiri (1.19.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
psych (5.3.1)
date
stringio
public_suffix (7.0.5)
racc (1.8.1)
rack (3.2.5)
rack-session (2.1.1)
rack (3.2.6)
rack-session (2.1.2)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
Expand Down Expand Up @@ -217,9 +214,14 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.4.2)
rdoc (7.2.0)
rbs (4.0.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
regexp_parser (2.12.0)
reline (0.6.3)
Expand All @@ -246,7 +248,7 @@ GEM
rspec-mocks (>= 3.13.0, < 5.0.0)
rspec-support (>= 3.13.0, < 5.0.0)
rspec-support (3.13.7)
rubocop (1.86.2)
rubocop (1.88.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -260,7 +262,7 @@ GEM
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-capybara (2.23.0)
rubocop-capybara (3.0.0)
lint_roller (~> 1.1)
rubocop (~> 1.81)
rubocop-packaging (0.6.0)
Expand All @@ -270,21 +272,21 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rspec (3.9.0)
rubocop-rspec (3.10.2)
lint_roller (~> 1.1)
rubocop (~> 1.81)
regexp_parser (>= 2.0)
rubocop (~> 1.86, >= 1.86.2)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (3.1.0)
simplecov-cobertura (3.2.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
stringio (3.2.0)
thor (1.5.0)
timeout (0.6.1)
tsort (0.2.0)
Expand All @@ -295,13 +297,13 @@ GEM
unicode-emoji (4.2.0)
uri (1.1.1)
useragent (0.16.11)
websocket-driver (0.8.0)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
aarch64-linux
Expand All @@ -314,6 +316,7 @@ DEPENDENCIES
arbre!
capybara
combustion
parallel (~> 1.28)
pry
rails (~> 8.0.0)
rake
Expand All @@ -328,4 +331,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
4.0.4
4.0.15
Loading