Rakefile in salesforce_streamer-2.6.0 vs Rakefile in salesforce_streamer-2.8.0

- old
+ new

@@ -4,6 +4,6 @@ RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new task ci: %i[spec rubocop] -task default: %i[spec rubocop:auto_correct] +task default: %i[spec rubocop:autocorrect]