lib/picky.rb in picky-4.4.2 vs lib/picky.rb in picky-4.5.0

- old
+ new

@@ -13,10 +13,10 @@ require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/logger' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/enumerable' require 'active_support/multibyte' - require 'yajl' + require 'multi_json' require 'procrastinate' require 'rack_fast_escape' if defined? Rack require 'fileutils' # Check if platform specific modifiers need to be installed. \ No newline at end of file