Skip to content

Commit

Permalink
Update rubocop (#184)
Browse files Browse the repository at this point in the history
* Update rubocop-rspec to version 3.0.3

* fix conflict

---------

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Munteanu <[email protected]>
Co-authored-by: Konstantin Munteanu <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent b606c8a commit a742ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ gemspec
group :development, :test do
gem 'byebug'
gem 'rspec', '~> 3.7'
gem 'rubocop', '1.60.2'
gem 'rubocop-rspec', '2.25.0'
gem 'rubocop', '1.61.0'
gem 'rubocop-rspec', '3.0.3'
gem 'simplecov', '~> 0.16'
end

Expand Down
2 changes: 0 additions & 2 deletions spec/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Metrics/BlockLength:

RSpec/ExampleLength:
Enabled: false
RSpec/FilePath:
Enabled: false
RSpec/MultipleExpectations:
Enabled: false
RSpec/NamedSubject:
Expand Down

0 comments on commit a742ee3

Please sign in to comment.