Rakefile in salesforce_streamer-2.5.0 vs Rakefile in salesforce_streamer-2.6.0

- old
+ new

@@ -3,6 +3,7 @@ require 'rubocop/rake_task' RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new +task ci: %i[spec rubocop] task default: %i[spec rubocop:auto_correct]