summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/hashie/array.rb3
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4f8c42..6a62343 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,7 @@ scheme are considered to be bugs.
### Fixed
-* Your contribution here.
+* [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie).
### Security
diff --git a/lib/hashie/array.rb b/lib/hashie/array.rb
index b0dca8b..c615813 100644
--- a/lib/hashie/array.rb
+++ b/lib/hashie/array.rb
@@ -1,3 +1,6 @@
+require 'hashie/extensions/array/pretty_inspect'
+require 'hashie/extensions/ruby_version_check'
+
module Hashie
class Array < ::Array
include Hashie::Extensions::Array::PrettyInspect