Skip to content

Commit

Permalink
Use RuboCop RSpec to 2.31
Browse files Browse the repository at this point in the history
https://github.com/rubocop/rubocop-rspec/releases/tag/v2.31.0

This will prevent the issue of `fit` being autocorrected to `it` with LSP's format on save:
#12657 (comment)
  • Loading branch information
koic committed Jun 7, 2024
1 parent 89aa2aa commit e356c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '>= 2.30.0'
gem 'rubocop-rspec', '>= 2.31.0'
# This is a workaround to prevent the following error in rubocop-rspec_rails 2.28.3:
# https://github.com/rubocop/rubocop/actions/runs/8656558784/job/23737409762
# Please remove this dependency when the issue is resolved.
Expand Down

0 comments on commit e356c46

Please sign in to comment.