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:
parent
42b7091ca6
commit
67255ffd87
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_dependency('dotenv')
|
s.add_dependency('dotenv')
|
||||||
|
|
||||||
# Helpers
|
# 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('padrino-helpers', ['~> 0.13.0'])
|
||||||
s.add_dependency("addressable", ["~> 2.3"])
|
s.add_dependency("addressable", ["~> 2.3"])
|
||||||
s.add_dependency('memoist', ['~> 0.14'])
|
s.add_dependency('memoist', ['~> 0.14'])
|
||||||
|
|
Loading…
Reference in a new issue