From ac1862972cd221ef06900f0f973e5160dbd63979 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Wed, 22 Feb 2017 13:25:44 +0000 Subject: Add missing requires Bundler 1.14.5 moved to lazily loading 'rubygems/spec_fetcher' which revealed some missing requires from the JSON encoding test file. --- activesupport/test/json/encoding_test_cases.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/test/json') diff --git a/activesupport/test/json/encoding_test_cases.rb b/activesupport/test/json/encoding_test_cases.rb index b2f0cf3048..7e4775cec8 100644 --- a/activesupport/test/json/encoding_test_cases.rb +++ b/activesupport/test/json/encoding_test_cases.rb @@ -1,4 +1,8 @@ require "bigdecimal" +require "date" +require "time" +require "pathname" +require "uri" module JSONTest class Foo -- cgit v1.2.3