From 285e012815275f63a0af39d07d761bb62860c536 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 4 Aug 2017 11:10:20 +0200 Subject: [PATCH] Fix code location in comment describing the need for Ruby 2.1 --- rackstash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rackstash.gemspec b/rackstash.gemspec index 11ed1ca..699336f 100644 --- a/rackstash.gemspec +++ b/rackstash.gemspec @@ -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