Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-rspec from 2.31.0 to 3.0.1 #769

Merged
merged 2 commits into from
Oct 1, 2024
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
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gem 'slim-rails', '~> 3.6' # Template language instead Erb
gem 'terser'
gem 'tzinfo-data'

# rubocop:disable Metrics/BlockLength
group :development do
gem 'active_record_doctor'
gem 'better_errors'
Expand All @@ -53,17 +54,20 @@ group :development do
gem 'rails_best_practices'
gem 'reek'
gem 'rubocop'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubocop-rspec_rails'
gem 'rubycritic', require: false
gem 'scss_lint'
gem 'spring'
gem 'stackprof'
gem 'web-console', '>= 4.2' # <%= console %> anywhere in the code
end
# rubocop:enable Metrics/BlockLength

group :development, :test do
gem 'bootsnap', '>= 1.16.0', require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,11 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.0)
ruby-vips (2.2.2)
Expand Down Expand Up @@ -667,11 +665,13 @@ DEPENDENCIES
route_translator
rspec-rails (~> 7.0.1)
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec
rubocop-rspec_rails
rubycritic
sass-rails (~> 6.0)
scss_lint
Expand Down