Skip to content

Commit

Permalink
Merge pull request #1732 from troessner/dependabot/bundler/rubocop-rs…
Browse files Browse the repository at this point in the history
…pec-tw-2.24.0

Update rubocop-rspec requirement from ~> 2.23.1 to ~> 2.24.0
  • Loading branch information
mvz authored Sep 9, 2023
2 parents 4c481a2 + 44d64dc commit ab129ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RSpec/ExampleLength:
Enabled: false

# rubocop-rspec expects a CodeClimate namespace to go with the code_climate directory.
RSpec/FilePath:
RSpec/SpecFilePathFormat:
Exclude:
- 'spec/reek/report/code_climate/code_climate_configuration_spec.rb'
- 'spec/reek/report/code_climate/code_climate_fingerprint_spec.rb'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development do
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.56.0'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-rspec', '~> 2.23.1'
gem 'rubocop-rspec', '~> 2.24.0'
gem 'simplecov', '>= 0.18.0', '< 0.23.0'
gem 'yard', '~> 0.9.5'

Expand Down

0 comments on commit ab129ff

Please sign in to comment.