From 16815fc144c250168e16ccba2fa5d93b1370c913 Mon Sep 17 00:00:00 2001 From: Bruce Krysiak Date: Thu, 17 Nov 2016 22:34:22 -0800 Subject: [PATCH] Fixing gem dependency --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6e6221eb..1c664bac 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group 'test' do gem 'rspec', '~> 3.0' gem 'rspec-its' gem 'dotenv' - gem 'activesupport', '~> 4.0' + gem 'activesupport', '>= 4.0' gem 'em-http-request', '>= 1.1', require: 'em-http', platforms: :ruby gem 'em-synchrony', '>= 1.0.3', require: ['em-synchrony', 'em-synchrony/em-http'], platforms: :ruby