mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Updating to activesupport version 5 (#1967)
This commit is contained in:
parent
ffef14deb4
commit
cbad571338
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('dotenv')
|
||||
|
||||
# Helpers
|
||||
s.add_dependency('activesupport', ['~> 4.2'])
|
||||
s.add_dependency('activesupport', ['~> 5.0'])
|
||||
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