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
This commit is contained in:
parent
07651c63a6
commit
ea2115f3f8
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue