Rakefile in protocol-http-0.13.0 vs Rakefile in protocol-http-0.13.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec)