Skip to content

Commit 2a8ce9e

Browse files
Merge pull request #39 from itsliamegan/patch-1
Explicitly require the CGI gem
2 parents 0bc1734 + 52e958f commit 2a8ce9e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'cgi'
2+
13
module Handlebars
24
module Escapers
35
class HTMLEscaper
@@ -6,4 +8,4 @@ def self.escape(value)
68
end
79
end
810
end
9-
end
11+
end

0 commit comments

Comments
 (0)