lib/active_support/json.rb in activesupport-5.0.7.2 vs lib/active_support/json.rb in activesupport-5.1.0.beta1

- old
+ new

@@ -1,2 +1,2 @@ -require 'active_support/json/decoding' -require 'active_support/json/encoding' +require "active_support/json/decoding" +require "active_support/json/encoding"