Skip to content

Commit

Permalink
Move development dependency to Gemfile
Browse files Browse the repository at this point in the history
Development dependencies are aggregated in Gemfile.
  • Loading branch information
koic committed Nov 6, 2020
1 parent 7a86137 commit eb26b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ gem 'rake'
gem 'rspec'
gem 'rubocop', github: 'rubocop-hq/rubocop'
gem 'rubocop-rspec', '~> 1.29.0'
gem 'simplecov'
gem 'yard', '~> 0.9'
1 change: 0 additions & 1 deletion rubocop-performance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('rubocop', '>= 0.90.0')
s.add_runtime_dependency('rubocop-ast', '>= 0.4.0')
s.add_development_dependency('simplecov')
end

0 comments on commit eb26b4a

Please sign in to comment.