From 86c1342dcda444f2ed7fda1d07eb05000797da03 Mon Sep 17 00:00:00 2001 From: did Date: Sun, 5 Jun 2011 14:37:49 +0200 Subject: [PATCH] remove useless lines in Gemfile --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index c3dcd79e..54061d5b 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,6 @@ gem 'devise', '= 1.1.3' gem 'mongoid', '~> 2.0.2' gem 'bson_ext', '~> 1.3.0' gem 'locomotive_mongoid_acts_as_tree', '0.1.5.7', :require => 'mongoid_acts_as_tree' -# gem 'locomotive_mongoid_acts_as_tree', '0.1.5.7', :require => 'mongoid_acts_as_tree', :path => '../gems/acts_as_tree' gem 'will_paginate' gem 'haml', '3.0.25' @@ -24,7 +23,6 @@ gem 'rmagick', '2.12.2' gem 'locomotive_carrierwave', '0.5.0.1.beta3', :require => 'carrierwave' gem 'custom_fields', '1.0.0.beta.15' -# gem 'custom_fields', '1.0.0.beta.15', :path => '../gems/custom_fields' gem 'fog', '0.3.7' gem 'mimetype-fu' gem 'actionmailer-with-request', :require => 'actionmailer_with_request'