From 4a08ce41183d3f7e244c6c4f603ddc978310ff5e Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Thu, 22 Jul 2010 16:27:05 -0400 Subject: [PATCH] Added minimal thor version. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1facda6..6387595 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # Add dependencies required to use your gem here. group :runtime do #gem 'bundler', '>= 0.9.5' - gem "thor" + gem "thor", ">= 0.13.6" end # Add dependencies to develop your gem here.