From 8d04260acd8b6fba98867acc1a7e786495813fa0 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Fri, 11 Aug 2023 15:57:35 -0400 Subject: [ruby/net-http] turn on frozen strings for net/http/header https://github.com/ruby/net-http/commit/a5203c9f92 --- lib/net/http/header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb index ec5552f04d..6660c8075a 100644 --- a/lib/net/http/header.rb +++ b/lib/net/http/header.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # # The \HTTPHeader module provides access to \HTTP headers. # -- cgit v1.2.3