From dc3d4f9fd5138b8db3fdecdfc3c5579583d2f6bf Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Wed, 9 Apr 2014 16:12:57 -0700 Subject: [PATCH] bump activesupport --- middleman-core/middleman-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-core/middleman-core.gemspec b/middleman-core/middleman-core.gemspec index 6aa1d9cd..f516c88b 100644 --- a/middleman-core/middleman-core.gemspec +++ b/middleman-core/middleman-core.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.add_dependency("thor", [">= 0.15.2", "< 2.0"]) # Helpers - s.add_dependency("activesupport", ["~> 4.0.1"]) + s.add_dependency("activesupport", ["~> 4.1.0"]) s.add_dependency("padrino-helpers", ["~> 0.12.1"]) # Watcher