From da97b51fdf4e78724b48c1e74f24e135fb0b95e6 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:03:39 +0100 Subject: requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys --- activesupport/lib/active_support/benchmarkable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/benchmarkable.rb b/activesupport/lib/active_support/benchmarkable.rb index 6a41aab166..ee02ecb043 100644 --- a/activesupport/lib/active_support/benchmarkable.rb +++ b/activesupport/lib/active_support/benchmarkable.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/benchmark' +require 'active_support/core_ext/hash/keys' module ActiveSupport module Benchmarkable -- cgit v1.2.3