Skip to content

Commit 7e31b09

Browse files
committed
Add rubocop extensions to Gemfile
1 parent b612566 commit 7e31b09

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,25 @@ GEM
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

0 commit comments

Comments
 (0)