Update rubocop and plugins

This commit is contained in:
Henne Vogelsang 2025-08-12 16:43:44 +02:00
parent 99d864b5dc
commit 5c963d60be
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 42 additions and 32 deletions

View file

@ -1,4 +1,4 @@
require:
plugins:
- rubocop-rspec
- rubocop-rspec_rails
- rubocop-rails

View file

@ -87,7 +87,7 @@ GEM
zeitwerk
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
ast (2.4.3)
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
awesome_nested_set (3.8.0)
@ -145,7 +145,7 @@ GEM
faraday-multipart (~> 1.0, >= 1.0.4)
ostruct
cocoon (1.2.15)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
countable-rails (0.0.1)
railties (>= 3.1)
crack (1.0.0)
@ -230,7 +230,7 @@ GEM
hashery (2.1.2)
hashie (5.0.0)
htmlentities (4.3.4)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n_data (1.1.0)
simple_po_parser (~> 1.1)
@ -255,14 +255,14 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.9.1)
json (2.13.2)
json-schema (5.2.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
jsonapi-renderer (0.2.2)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.5)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
@ -276,6 +276,7 @@ GEM
letter_opener (~> 1.9)
railties (>= 6.1)
rexml
lint_roller (1.1.0)
logger (1.6.3)
lograge (0.14.0)
actionpack (>= 4)
@ -298,7 +299,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.4)
minitest (5.25.5)
monetize (1.13.0)
money (~> 6.12)
money (6.19.0)
@ -365,8 +366,8 @@ GEM
paper_trail (16.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
@ -393,11 +394,12 @@ GEM
prawn-table
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
prism (1.4.0)
public_suffix (6.0.2)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.14)
rack (2.2.17)
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
@ -445,7 +447,7 @@ GEM
rake (13.2.1)
recaptcha (5.18.0)
redcarpet (3.6.0)
regexp_parser (2.9.3)
regexp_parser (2.11.1)
request_store (1.7.0)
rack (>= 1.4)
responders (3.1.1)
@ -478,35 +480,43 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.79.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-capybara (2.22.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-factory_bot (2.27.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.25.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.33.1)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec_rails (2.31.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-oembed (0.18.1)
ruby-openid (2.9.2)
ruby-progressbar (1.13.0)
@ -580,7 +590,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unobtrusive_flash (3.3.1)