mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #2450 from guilleiguaran/activesupport-gzip-1.8
Fix ActiveSupport::Gzip under Ruby 1.8.7. Closes #2416
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
require 'zlib'
|
||||
require 'stringio'
|
||||
require 'active_support/core_ext/string/encoding'
|
||||
|
||||
module ActiveSupport
|
||||
# A convenient wrapper for the zlib standard library that allows compression/decompression of strings with gzip.
|
||||
|
||||
Reference in New Issue
Block a user