Skip to content

Commit

Permalink
Merge pull request #113 from puppetlabs/maint_exclude_rubocop_versions
Browse files Browse the repository at this point in the history
(maint) Exclude breaking rubocop versions
  • Loading branch information
jordanbreen28 authored Jun 10, 2024
2 parents 45fdce8 + 7b47c59 commit 82a4f93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ group :test do
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-factory_bot', '!= 2.26.0', require: false
gem 'rubocop-rspec_rails', '!= 2.29.0', require: false

gem 'simplecov', require: false
gem 'simplecov-console', require: false

Expand Down

0 comments on commit 82a4f93

Please sign in to comment.