Allow for activesupport 4.2 again (#1976)

There is no current reason to remove support for 4.2
This now makes for a backwards compatible change whereas before this would
have called for a new major version of middleman-core
fix/fix-watcher-config
Kevin Glowacz 2016-08-30 19:22:31 -05:00 committed by Thomas Reynolds
parent 07651c63a6
commit ea2115f3f8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency('dotenv')
# Helpers
s.add_dependency('activesupport', ['~> 5.0'])
s.add_dependency('activesupport', ['>= 4.2', '< 5.1'])
s.add_dependency('padrino-helpers', ['~> 0.13.0'])
s.add_dependency("addressable", ["~> 2.3"])
s.add_dependency('memoist', ['~> 0.14'])