summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Ishida <gipcompany@gmail.com>2016-07-15 11:57:41 -0400
committerdblock <dblock@dblock.org>2016-07-15 11:57:41 -0400
commitd2d645b03312a37a012514de715f4a53a9679634 (patch)
tree67689ead9cfbc529e56eaf0df1162addd4b84e90
parentbbafaded9d5d8619d5000a3a10c17d66ee8830a0 (diff)
downloadhashie-d2d645b03312a37a012514de715f4a53a9679634.tar.gz
Lock activesupport to 4.x for testing.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3d4a9c1..4cfdfda 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ end
group :test do
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
- gem 'activesupport', require: false
+ gem 'activesupport', '~> 4.x', require: false
gem 'codeclimate-test-reporter', require: false
gem 'rspec-core', '~> 3.1.7'
end