From 9d6d07ddf46024f3af71c386c69b2af9f70de32a Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Thu, 31 Oct 2013 11:42:39 +0100 Subject: Require bigdecimal before monkey-patching it If we try to monkey-patch the class before requiring it, then a "superclass mismatch" (TypeError) error is raised and the build can't run correctly. Fixes #12708 --- activesupport/lib/active_support/json/encoding.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/json/encoding.rb') diff --git a/activesupport/lib/active_support/json/encoding.rb b/activesupport/lib/active_support/json/encoding.rb index 9a89dac449..5f58068617 100644 --- a/activesupport/lib/active_support/json/encoding.rb +++ b/activesupport/lib/active_support/json/encoding.rb @@ -3,7 +3,6 @@ require 'active_support/core_ext/object/json' require 'active_support/core_ext/module/delegation' -require 'bigdecimal' require 'active_support/core_ext/big_decimal/conversions' # for #to_s require 'active_support/core_ext/hash/except' require 'active_support/core_ext/hash/slice' -- cgit v1.2.3