Bundle update

The new version of rubocop_rspec requires explicitly loading the other rubocop gems. Further, we align the project with CodeHarbor by removing `require: false` for Rubocop.
This commit is contained in:
Sebastian Serth
2024-06-16 14:00:11 +02:00
committed by Sebastian Serth
parent fad9ee0202
commit a3a0322540
3 changed files with 563 additions and 788 deletions

View File

@ -75,11 +75,13 @@ group :development, :staging do
gem 'pry-byebug' gem 'pry-byebug'
gem 'pry-rails' gem 'pry-rails'
gem 'rack-mini-profiler' gem 'rack-mini-profiler'
gem 'rubocop', require: false gem 'rubocop'
gem 'rubocop-capybara' gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-performance' gem 'rubocop-performance'
gem 'rubocop-rails', require: false gem 'rubocop-rails'
gem 'rubocop-rspec' gem 'rubocop-rspec'
gem 'rubocop-rspec_rails'
gem 'slim_lint', require: false gem 'slim_lint', require: false
end end

View File

@ -149,7 +149,7 @@ GEM
excon (>= 0.47.0) excon (>= 0.47.0)
multi_json multi_json
drb (2.2.1) drb (2.2.1)
erubi (1.12.0) erubi (1.13.0)
eventmachine (1.2.7) eventmachine (1.2.7)
excon (0.110.0) excon (0.110.0)
execjs (2.9.1) execjs (2.9.1)
@ -168,7 +168,7 @@ GEM
faye-websocket (0.11.3) faye-websocket (0.11.3)
eventmachine (>= 0.12.0) eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1) websocket-driver (>= 0.5.1)
ffi (1.16.3) ffi (1.17.0)
forgery (0.8.1) forgery (0.8.1)
glob (0.4.1) glob (0.4.1)
globalid (1.2.1) globalid (1.2.1)
@ -202,7 +202,7 @@ GEM
oauth (>= 0.4.5) oauth (>= 0.4.5)
rexml rexml
io-console (0.7.2) io-console (0.7.2)
irb (1.13.1) irb (1.13.2)
rdoc (>= 4.0.0) rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
jbuilder (2.12.0) jbuilder (2.12.0)
@ -235,7 +235,7 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
launchy (3.0.0) launchy (3.0.1)
addressable (~> 2.8) addressable (~> 2.8)
childprocess (~> 5.0) childprocess (~> 5.0)
letter_opener (1.10.0) letter_opener (1.10.0)
@ -257,7 +257,7 @@ GEM
mimemagic (0.4.3) mimemagic (0.4.3)
nokogiri (~> 1) nokogiri (~> 1)
rake rake
mini_magick (4.12.0) mini_magick (4.13.1)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.7) mini_portile2 (2.8.7)
minitest (5.23.1) minitest (5.23.1)
@ -266,7 +266,8 @@ GEM
bunny bunny
msgpack (1.7.2) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0) mutex_m (0.2.0)
nested_form (0.3.2) nested_form (0.3.2)
net-http (0.4.1) net-http (0.4.1)
@ -300,8 +301,8 @@ GEM
snaky_hash (~> 2.0) snaky_hash (~> 2.0)
version_gem (~> 1.1) version_gem (~> 1.1)
package_json (0.1.0) package_json (0.1.0)
parallel (1.24.0) parallel (1.25.1)
parser (3.3.1.0) parser (3.3.3.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pg (1.5.6) pg (1.5.6)
@ -323,13 +324,13 @@ GEM
pry (>= 0.10.4) pry (>= 0.10.4)
psych (5.1.2) psych (5.1.2)
stringio stringio
public_suffix (5.0.5) public_suffix (5.1.1)
puma (6.4.2) puma (6.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.3.2) pundit (2.3.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
racc (1.8.0) racc (1.8.0)
rack (3.0.11) rack (3.1.3)
rack-mini-profiler (3.3.1) rack-mini-profiler (3.3.1)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-proxy (0.7.7) rack-proxy (0.7.7)
@ -393,27 +394,27 @@ GEM
activesupport (>= 6.1.5) activesupport (>= 6.1.5)
i18n i18n
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rbtree (0.4.6) rbtree (0.4.6)
rdoc (6.7.0) rdoc (6.7.0)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.9.2) regexp_parser (2.9.2)
reline (0.5.8) reline (0.5.9)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.2.8) rexml (3.3.0)
strscan (>= 3.0.9) strscan
rouge (4.2.1) rouge (4.3.0)
rspec-collection_matchers (1.2.1) rspec-collection_matchers (1.2.1)
rspec-expectations (>= 2.99.0.beta1) rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.13.0) rspec-core (3.13.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-expectations (3.13.0) rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-github (2.4.0) rspec-github (2.4.0)
rspec-core (~> 3.0) rspec-core (~> 3.0)
rspec-mocks (3.13.0) rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-rails (6.1.2) rspec-rails (6.1.2)
@ -425,7 +426,7 @@ GEM
rspec-mocks (~> 3.13) rspec-mocks (~> 3.13)
rspec-support (~> 3.13) rspec-support (~> 3.13)
rspec-support (3.13.1) rspec-support (3.13.1)
rubocop (1.63.3) rubocop (1.64.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -436,27 +437,25 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2) rubocop-ast (1.31.3)
parser (>= 3.3.0.4) parser (>= 3.3.1.0)
rubocop-capybara (2.20.0) rubocop-capybara (2.21.0)
rubocop (~> 1.41) rubocop (~> 1.41)
rubocop-factory_bot (2.25.1) rubocop-factory_bot (2.26.1)
rubocop (~> 1.41) rubocop (~> 1.61)
rubocop-performance (1.21.0) rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0) rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.1) rubocop-rails (2.25.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.1) rubocop-rspec (3.0.1)
rubocop (~> 1.40) rubocop (~> 1.61)
rubocop-capybara (~> 2.17) rubocop-rspec_rails (2.30.0)
rubocop-factory_bot (~> 2.22) rubocop (~> 1.61)
rubocop-rspec_rails (~> 2.28) rubocop-rspec (~> 3, >= 3.0.1)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-vips (2.2.1) ruby-vips (2.2.1)
ffi (~> 1.12) ffi (~> 1.12)
@ -528,7 +527,7 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
ssrf_filter (1.1.2) ssrf_filter (1.1.2)
stackprof (0.2.26) stackprof (0.2.26)
stringio (3.1.0) stringio (3.1.1)
strscan (3.1.0) strscan (3.1.0)
telegraf (3.0.0) telegraf (3.0.0)
temple (0.10.3) temple (0.10.3)
@ -570,10 +569,10 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
whenever (1.0.0) whenever (1.0.0)
chronic (>= 0.6.3) chronic (>= 0.6.3)
will_paginate (4.0.0) will_paginate (4.0.1)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.15) zeitwerk (2.6.16)
zxcvbn-ruby (1.2.0) zxcvbn-ruby (1.2.0)
PLATFORMS PLATFORMS
@ -638,9 +637,11 @@ DEPENDENCIES
rspec-rails rspec-rails
rubocop rubocop
rubocop-capybara rubocop-capybara
rubocop-factory_bot
rubocop-performance rubocop-performance
rubocop-rails rubocop-rails
rubocop-rspec rubocop-rspec
rubocop-rspec_rails
rubytree rubytree
rubyzip rubyzip
sassc-rails sassc-rails

1274
yarn.lock

File diff suppressed because it is too large Load Diff