From b0ee28106042c4abf142f14659b66646b361c52b Mon Sep 17 00:00:00 2001 From: sapslaj Date: Sat, 16 Jul 2016 20:03:43 -0400 Subject: [PATCH] Adding Ruby version conditional at the suggestion of @wjordan. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2bf5f4c..7f50027 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gemspec group :test do - gem 'activesupport', '< 5.0' + gem 'activesupport', '< 5.0' unless RUBY_VERSION >= '2.2.2' end group :extras do