aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 8c381e9c9e..f0aa19af5d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,12 +45,6 @@ end
# Add your own local bundler stuff
instance_eval File.read '.Gemfile' if File.exists? '.Gemfile'
-platforms :mri do
- group :test do
- gem 'ruby-prof', '~> 0.11.2'
- end
-end
-
platforms :ruby do
gem 'yajl-ruby'
gem 'nokogiri', '>= 1.4.5'