aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-05-05 22:46:23 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-05-05 22:46:23 +0530
commit745c9f37362d9667a3fadb471fc254eb286c4558 (patch)
tree9571efdd64597822ee567d4b3358e5f9e0a9e8c4 /Gemfile
parentc62fcaa659149da8de6b21cb53bf87192f8e09b8 (diff)
downloadrails-745c9f37362d9667a3fadb471fc254eb286c4558.tar.gz
rails-745c9f37362d9667a3fadb471fc254eb286c4558.tar.bz2
rails-745c9f37362d9667a3fadb471fc254eb286c4558.zip
Removing from duplicate places. Only in Ruby platform needed.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ade260ffda..5e0cc78d93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,6 @@ gem "memcache-client", ">= 1.8.5"
platforms :mri_18 do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
- gem 'ruby-prof'
gem "json"
end
@@ -43,7 +42,7 @@ platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem "nokogiri", ">= 1.4.4"
- gem "ruby-prof"
+ gem 'ruby-prof'
# AR
gem "sqlite3", "~> 1.3.3"