File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,11 @@ group :test do
106106 # # Easy installation and use of chromedriver to run system tests with Chrome
107107 # gem 'webdrivers'
108108 # RuboCop RSpec for RSpec-specific code analysis
109+ gem 'rubocop-capybara'
110+ gem 'rubocop-factory_bot'
111+ gem 'rubocop-rails'
109112 gem 'rubocop-rspec'
113+ gem 'rubocop-rspec_rails'
110114 # RSpec for unit testing
111115 gem 'rspec'
112116 # RSpec Rails integration
Original file line number Diff line number Diff line change 645645 rubocop-ast (1.44.1 )
646646 parser (>= 3.3.7.2 )
647647 prism (~> 1.4 )
648+ rubocop-capybara (2.22.1 )
649+ lint_roller (~> 1.1 )
650+ rubocop (~> 1.72 , >= 1.72.1 )
651+ rubocop-factory_bot (2.27.1 )
652+ lint_roller (~> 1.1 )
653+ rubocop (~> 1.72 , >= 1.72.1 )
654+ rubocop-rails (2.30.3 )
655+ activesupport (>= 4.2.0 )
656+ lint_roller (~> 1.1 )
657+ rack (>= 1.1 )
658+ rubocop (>= 1.72.1 , < 2.0 )
659+ rubocop-ast (>= 1.38.0 , < 2.0 )
648660 rubocop-rspec (3.6.0 )
649661 lint_roller (~> 1.1 )
650662 rubocop (~> 1.72 , >= 1.72.1 )
663+ rubocop-rspec_rails (2.31.0 )
664+ lint_roller (~> 1.1 )
665+ rubocop (~> 1.72 , >= 1.72.1 )
666+ rubocop-rspec (~> 3.5 )
651667 ruby-openai (8.1.0 )
652668 event_stream_parser (>= 0.3.0 , < 2.0.0 )
653669 faraday (>= 1 )
@@ -804,7 +820,11 @@ DEPENDENCIES
804820 rspec-rails
805821 rswag
806822 rubocop
823+ rubocop-capybara
824+ rubocop-factory_bot
825+ rubocop-rails
807826 rubocop-rspec
827+ rubocop-rspec_rails
808828 selenium-webdriver
809829 sentry-rails
810830 sentry-ruby
You can’t perform that action at this time.
0 commit comments