lib/sunzi.rb in sunzi-rails-0.2.5 vs lib/sunzi.rb in sunzi-rails-0.2.6
- old
+ new
@@ -1,8 +1,12 @@
require 'thor'
require 'rainbow'
require 'yaml'
require 'sunzi/version'
+require 'active_support/core_ext/hash/slice'
+require 'active_support/core_ext/hash/indifferent_access'
+require 'active_support/ordered_hash'
+require 'active_support/hash_with_indifferent_access'
# Starting 2.0.0, Rainbow no longer patches string with the color method by default.
require 'rainbow/version'
require 'rainbow/ext/string' unless Rainbow::VERSION < '2.0.0'