From 5d24827e393c1fe2bcd5533c84bb4a8bec4d1265 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 24 Sep 2009 22:43:23 -0700 Subject: Explicitly require String#bytesize extension --- activesupport/lib/active_support/message_verifier.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/message_verifier.rb') diff --git a/activesupport/lib/active_support/message_verifier.rb b/activesupport/lib/active_support/message_verifier.rb index 0474b476df..2b8817f05c 100644 --- a/activesupport/lib/active_support/message_verifier.rb +++ b/activesupport/lib/active_support/message_verifier.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/string/bytesize' + module ActiveSupport # MessageVerifier makes it easy to generate and verify messages which are signed # to prevent tampering. -- cgit v1.2.3