From 9e24bae3428f726800da2963a8f2695f7d4064cd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Jan 2016 22:29:12 +0000 Subject: enable frozen_string_literal for Ruby 2.3+ There are likely yet-to-be-discovered bugs in here. Also, keeping explicit #freeze calls for 2.2 users, since most users have not migrated to 2.3, yet. --- test/test_extras_proxy_pass.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_extras_proxy_pass.rb') diff --git a/test/test_extras_proxy_pass.rb b/test/test_extras_proxy_pass.rb index 851b6aa..cda302a 100644 --- a/test/test_extras_proxy_pass.rb +++ b/test/test_extras_proxy_pass.rb @@ -1,5 +1,6 @@ # Copyright (C) 2015 all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) +# frozen_string_literal: true require_relative 'server_helper' begin require 'kcar' -- cgit v1.2.3-24-ge0c7