1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Compat with latest rails/activsupport < 5.2 (#2095)

This commit is contained in:
Bram Swenson 2017-06-19 09:30:47 -07:00 committed by Thomas Reynolds
parent 42b7091ca6
commit 67255ffd87

View file

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