lib/sunzi.rb in sunzi-rails-0.2.12 vs lib/sunzi.rb in sunzi-rails-0.2.13
- old
+ new
@@ -1,8 +1,5 @@
-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'
+require 'active_support/all'
require 'thor'
require 'rainbow'
# 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'