From d8208e32a968f551fc89ff0133bb216fdbb9a8d3 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Wed, 22 Aug 2012 10:13:12 -0700 Subject: [PATCH] per commit 193f32b in middleman proper https://github.com/middleman/middleman/commit/193f32b9fbee1d6e554221947bafa6369a213bb0 --- Gemfile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88e935c..90280d4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,19 @@ source :rubygems # Specify your gem's dependencies in middleman-deploy.gemspec -gemspec \ No newline at end of file +gemspec + +gemspec + +group :development do + gem "rake", "~> 0.9.2" + gem "rdoc", "~> 3.9" + gem "yard", "~> 0.8.0" +end + +group :test do + gem "cucumber", "~> 1.2.0" + gem "fivemat" + gem "aruba", "~> 0.4.11" + gem "rspec", "~> 2.7" +end