aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-05-05 23:17:07 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-05-05 23:17:07 +0530
commit976a9d99b11d48b180ed15b115eb320ffb880165 (patch)
treeee4a0ba1a7306daefa4a56b9c383d9641ca84b36 /Gemfile
parent745c9f37362d9667a3fadb471fc254eb286c4558 (diff)
downloadrails-976a9d99b11d48b180ed15b115eb320ffb880165.tar.gz
rails-976a9d99b11d48b180ed15b115eb320ffb880165.tar.bz2
rails-976a9d99b11d48b180ed15b115eb320ffb880165.zip
Grouped the ruby-prof into test.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5e0cc78d93..23b1a1096b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,10 @@ platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem "nokogiri", ">= 1.4.4"
- gem 'ruby-prof'
+
+ group :test do
+ gem 'ruby-prof'
+ end
# AR
gem "sqlite3", "~> 1.3.3"