summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMorgan Jones <mjones@rice.edu>2014-07-09 16:12:17 -0400
committerdB <dblock@dblock.org>2014-07-09 16:12:17 -0400
commitc827f7a3fab76228da3b85968280ace137f3b8f5 (patch)
tree019a20921a04739950f6ad47a8de2bf002603c3f /Gemfile
parentf4eabadc7cfb57d323f7cc7c92f5a2c53c312da3 (diff)
downloadhashie-c827f7a3fab76228da3b85968280ace137f3b8f5.tar.gz
Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWithIndifferentAccess values.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 586eb58..dd1b9e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,3 +9,6 @@ end
gemspec
gem 'rubocop', '0.24.1'
+
+# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
+gem 'activesupport', require: false