aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_verifier.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-11-09 21:27:58 +0100
committerXavier Noria <fxn@hashref.com>2009-11-09 22:16:51 +0100
commit004db18cb0f690486336f0fa141ad383c79f9558 (patch)
treebb5dc03ecc033863b53d635a99e78f11c41c1475 /activesupport/lib/active_support/message_verifier.rb
parentf8e713f488bba264ba73251b56ad56385b8ed824 (diff)
downloadrails-004db18cb0f690486336f0fa141ad383c79f9558.tar.gz
rails-004db18cb0f690486336f0fa141ad383c79f9558.tar.bz2
rails-004db18cb0f690486336f0fa141ad383c79f9558.zip
String#bytesize is not needed for Ruby >= 1.8.7
Diffstat (limited to 'activesupport/lib/active_support/message_verifier.rb')
-rw-r--r--activesupport/lib/active_support/message_verifier.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/message_verifier.rb b/activesupport/lib/active_support/message_verifier.rb
index 282346b1a6..87e4b1ad33 100644
--- a/activesupport/lib/active_support/message_verifier.rb
+++ b/activesupport/lib/active_support/message_verifier.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/string/bytesize'
-
module ActiveSupport
# MessageVerifier makes it easy to generate and verify messages which are signed
# to prevent tampering.