From dc3332e58a10d0e65d180f999c58354283c62148 Mon Sep 17 00:00:00 2001 From: Ludovic Gasc Date: Tue, 4 Mar 2014 10:08:41 +0100 Subject: [PATCH] Change xapian-full gem to avoid install issues on Linux --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 24f21fd0..781bcbf1 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ end #Allows --without=xapian group :xapian do - gem 'xapian-full', :require => false + gem 'xapian-full-alaveteli', :require => false end