Skip to content

Commit

Permalink
Update RuboCop::RSpec dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepingkingstudios committed Sep 26, 2023
1 parent 04fbb68 commit 781a10b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ RSpec/Eq:
RSpec/ExampleWording:
Enabled: false

RSpec/FilePath:
Enabled: false

RSpec/HookArgument:
Enabled: false

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ group :development, :test do
gem 'rspec', '~> 3.12'
gem 'rspec-sleeping_king_studios', '~> 2.7'

gem 'rubocop', '~> 1.56', '>= 1.56.2'
gem 'rubocop-rspec', '~> 2.24'
gem 'rubocop', '~> 1.56', '>= 1.56.3'
gem 'rubocop-rspec', '~> 2.24', '>= 2.24.1'

gem 'simplecov', '~> 0.22'
end

0 comments on commit 781a10b

Please sign in to comment.