summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-02-23 14:14:03 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-02-23 14:14:53 +0900
commit99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e (patch)
tree6749a6d89a1aace82d645f221e8530901363a5fb /ext
parent0628044c5d8a64f4160747e00476b97402e2d565 (diff)
downloadpsych-99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e.zip
Temporary disabled to frozen literal string.
ref. https://github.com/ruby/ruby/commit/3e92b635fb5422207b7bbdc924e292e51e21f040
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb
index 65e83a3..be33d35 100644
--- a/ext/psych/extconf.rb
+++ b/ext/psych/extconf.rb
@@ -1,4 +1,5 @@
# -*- coding: us-ascii -*-
+# frozen_string_literal: false
require 'mkmf'
require 'fileutils'