aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/client/decoders.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/client/decoders.rb')
-rw-r--r--lib/plum/client/decoders.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plum/client/decoders.rb b/lib/plum/client/decoders.rb
index d68f27b..a1578f9 100644
--- a/lib/plum/client/decoders.rb
+++ b/lib/plum/client/decoders.rb
@@ -46,6 +46,6 @@ module Plum
end
end
- DECODERS = { "gzip" => GZip, "deflate" => Deflate }.freeze
+ DECODERS = { "gzip" => GZip, "deflate" => Deflate }
end
end