From 8ea39e4b02480f5e0adc9c5d2e97e9571cb88a30 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 1 Feb 2016 15:55:38 +0100 Subject: [PATCH] Proposal to modify the Gemfile files #166 --- Gemfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b6cc475e..f455bea2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2011-15 Karel Pičman +# Copyright (C) 2011-16 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -27,10 +27,7 @@ gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error gem 'simple_enum' gem 'uuidtools', '~> 2.1.1' gem 'dav4rack', '~> 0.3.0' - -group :production do - gem 'nokogiri', '>= 1.5.10' -end +gem 'nokogiri' group :xapian do gem 'xapian-full-alaveteli', :require => false