aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2010-10-28 03:00:42 +0200
committerPiotr Sarnacki <drogus@gmail.com>2010-11-02 17:14:52 +0100
commit489b279fc499f135df48556554739c19d316df0a (patch)
treeb7b1c87abfb6faff849421b759e2dc70fb0d1854 /Gemfile
parent013fc0a418379d6f62bbd1f86d2b5bd674927fe7 (diff)
downloadrails-489b279fc499f135df48556554739c19d316df0a.tar.gz
rails-489b279fc499f135df48556554739c19d316df0a.tar.bz2
rails-489b279fc499f135df48556554739c19d316df0a.zip
Don't be verbose while creating dummy application in plugin new generator
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 202a84ced4..a23d482703 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,8 @@ else
gem "arel", :git => "git://github.com/rails/arel.git"
end
+gem "thor", :git => "git://github.com/wycats/thor.git"
+
gem "rack", :git => "git://github.com/rack/rack.git"
gem "rails", :path => File.dirname(__FILE__)