Skip to content

Commit

Permalink
Revert "T-93: Specify dependency on Rubocop Performance explicitly (#90
Browse files Browse the repository at this point in the history
…)"

This reverts commit dc039f0.
  • Loading branch information
marian13 committed May 2, 2022
1 parent dc039f0 commit 000d20f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ require:
#
- rubocop-rspec
##
# An extension of RuboCop focused on code performance checks (required by Standard.rb).
# https://github.com/rubocop/rubocop-performance
# https://github.com/testdouble/standard/blob/main/standard.gemspec#L23
# NOTE: `rubocop-performance' is automatically bundled with Standard.
#
- rubocop-performance
##
Expand Down
1 change: 0 additions & 1 deletion basic_temperature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rerun"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop"
spec.add_development_dependency "rubocop-performance"
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "standard"
spec.add_development_dependency "sdoc"
Expand Down

0 comments on commit 000d20f

Please sign in to comment.