aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2011-05-05 22:21:38 +0530
committerVishnu Atrai <me@vishnuatrai.com>2011-05-05 22:21:38 +0530
commitc62fcaa659149da8de6b21cb53bf87192f8e09b8 (patch)
tree33c94b25ae0fed25a83a0e46a6b5960cb268a4e2 /Gemfile
parentee898e5248d3876372c8303f500afe2baf6f298c (diff)
downloadrails-c62fcaa659149da8de6b21cb53bf87192f8e09b8.tar.gz
rails-c62fcaa659149da8de6b21cb53bf87192f8e09b8.tar.bz2
rails-c62fcaa659149da8de6b21cb53bf87192f8e09b8.zip
adding ruby-prof gem for ruby platform only #jruby
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index a268db7929..ade260ffda 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,10 +21,6 @@ group :doc do
gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
end
-group :test do
- gem "ruby-prof"
-end
-
# AS
gem "memcache-client", ">= 1.8.5"
@@ -47,7 +43,7 @@ platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem "nokogiri", ">= 1.4.4"
-
+ gem "ruby-prof"
# AR
gem "sqlite3", "~> 1.3.3"