From ab8e756de0f88f1841510a4043558c0f4d28c5cc Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 16 Jun 2017 04:04:53 +0000 Subject: [PATCH] require 'bigdecimal' * test/json/json_parser_test.rb: this test needs bigdecimal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/json/json_parser_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/json/json_parser_test.rb b/test/json/json_parser_test.rb index f36e9c84e1..5f454eb121 100644 --- a/test/json/json_parser_test.rb +++ b/test/json/json_parser_test.rb @@ -4,6 +4,7 @@ require 'test_helper' require 'stringio' require 'tempfile' require 'ostruct' +require 'bigdecimal' class JSONParserTest < Test::Unit::TestCase include JSON