1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Fix code location in comment describing the need for Ruby 2.1

This commit is contained in:
Holger Just 2017-08-04 11:10:20 +02:00
parent c22174e0e9
commit 285e012815

View File

@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
# We require at least Ruby 2.1 due to the use of:
# * implicit String#scrub during String#encode as used in
# Rackstash::Fields::AbstractCollection#utf8_encode.
# Rackstash::Helpers::UTF8#utf8_encode.
# We might be able to use the string-scrub gem as a polyfill and explicitly
# call scrub on lower versions though.
# * mandatory keyword arguments