Skip to content

Commit

Permalink
[Fix #7042] Remove post install message for RuboCop Performance
Browse files Browse the repository at this point in the history
Closes #7042.

Since a migration period to extract RuboCop Performance is over,
this PR removes post install message.
  • Loading branch information
koic authored and bbatsov committed May 15, 2019
1 parent 98ad15f commit ed3b9c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rubocop.gemspec
Expand Up @@ -42,6 +42,4 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '>= 1.15.0', '< 3.0')
s.add_development_dependency('rack', '>= 2.0')

s.post_install_message = File.read('manual/migrate_performance_cops.md')
end

0 comments on commit ed3b9c8

Please sign in to comment.