From b6c464d749ee024a8d3fafdae4e12eedf725f778 Mon Sep 17 00:00:00 2001 From: Preston Sego Date: Mon, 14 Aug 2017 07:16:51 -0400 Subject: [PATCH] set range for activesupport --- drawers.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawers.gemspec b/drawers.gemspec index ea35598..c6d5c88 100644 --- a/drawers.gemspec +++ b/drawers.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.0' - s.add_runtime_dependency 'activesupport' + s.add_runtime_dependency 'activesupport', ['> 4.1', '< 6.0'] # Quality Control s.add_development_dependency 'rubocop'