Skip to content

Commit

Permalink
Merge pull request #118 from puppetlabs/revert-113-maint_exclude_rubo…
Browse files Browse the repository at this point in the history
…cop_versions

Revert "(maint) Exclude breaking rubocop versions"
  • Loading branch information
david22swan authored Jun 20, 2024
2 parents 9b90a96 + 7d45812 commit 25ffa25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ Layout/LineLength:
####################################################
# ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see <https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath>
# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation
RSpec/FilePath:
Enabled: false
Gemspec/RequireMFA:
Enabled: false
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ group :test do
gem 'rake', require: false

gem 'rspec', '~> 3.0', require: false
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop', '~> 1.64.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 'rubocop-rspec', '~> 3.0', require: false
gem 'simplecov', require: false
gem 'simplecov-console', require: false

Expand Down

0 comments on commit 25ffa25

Please sign in to comment.