Skip to content

Commit

Permalink
(maint) Exclude breaking versions of rubocop-factory_bot, rubocop-rsp…
Browse files Browse the repository at this point in the history
…ect_rails

Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Jun 10, 2024
1 parent cce4641 commit 94c92a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ group :test do
gem 'rubocop', '~> 1.50.0'
gem 'rubocop-rspec', '~> 2.19'
gem 'rubocop-performance', '~> 1.16'
gem 'rubocop-factory_bot', '!= 2.26.0', require: false
gem 'rubocop-rspec_rails', '!= 2.29.0', require: false

gem 'simplecov'
gem 'simplecov-console'
Expand Down

0 comments on commit 94c92a1

Please sign in to comment.