From 28a9ad50b325b4c683e726f096b56c9310a074de Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Thu, 5 Jan 2012 20:22:24 -0800 Subject: [PATCH] new fssm without 1.9.3 warning. closes #223 --- 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 be851a37..bc5eb193 100644 --- a/middleman-core/middleman-core.gemspec +++ b/middleman-core/middleman-core.gemspec @@ -36,6 +36,6 @@ Gem::Specification.new do |s| s.add_dependency("activesupport", ["~> 3.1.0"]) # Watcher - s.add_dependency("fssm", ["~> 0.2.7"]) + s.add_dependency("fssm", ["~> 0.2.8"]) end