1
0
Fork 0
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:
Peter Sankauskas 2016-08-03 12:59:57 -07:00 committed by Thomas Reynolds
parent ffef14deb4
commit cbad571338

View file

@ -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'])