Skip to content

Commit 25ffa25

Browse files
authored
Merge pull request #118 from puppetlabs/revert-113-maint_exclude_rubocop_versions
Revert "(maint) Exclude breaking rubocop versions"
2 parents 9b90a96 + 7d45812 commit 25ffa25

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ Layout/LineLength:
2626
####################################################
2727
# ``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>
2828
# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation
29-
RSpec/FilePath:
30-
Enabled: false
3129
Gemspec/RequireMFA:
3230
Enabled: false

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ group :test do
3232
gem 'rake', require: false
3333

3434
gem 'rspec', '~> 3.0', require: false
35-
gem 'rubocop', '~> 1.50.0', require: false
35+
gem 'rubocop', '~> 1.64.0', require: false
3636
gem 'rubocop-performance', '~> 1.16', require: false
37-
gem 'rubocop-rspec', '~> 2.19', require: false
38-
gem 'rubocop-factory_bot', '!= 2.26.0', require: false
39-
gem 'rubocop-rspec_rails', '!= 2.29.0', require: false
40-
37+
gem 'rubocop-rspec', '~> 3.0', require: false
4138
gem 'simplecov', require: false
4239
gem 'simplecov-console', require: false
4340

0 commit comments

Comments
 (0)