Rakefile in smart_initializer-0.1.0.alpha4 vs Rakefile in smart_initializer-0.1.0
- old
+ new
@@ -9,11 +9,11 @@
require 'rubocop-rake'
RuboCop::RakeTask.new(:rubocop) do |t|
config_path = File.expand_path(File.join('.rubocop.yml'), __dir__)
t.options = ['--config', config_path]
- t.requires << 'rubocop-performance'
t.requires << 'rubocop-rspec'
+ t.requires << 'rubocop-performance'
t.requires << 'rubocop-rake'
end
RSpec::Core::RakeTask.new(:rspec)