Updating to activesupport version 5 (#1967)

fix/fix-watcher-config
Peter Sankauskas 2016-08-03 12:59:57 -07:00 committed by Thomas Reynolds
parent ffef14deb4
commit cbad571338
1 changed files with 1 additions and 1 deletions

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