From 9b63ccb02990907290fc709d57e1848c2275fc0b 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 f75e15e1..838ae835 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ end #Allows --without=xapian group :xapian do - gem 'xapian-full', :require => false + gem 'xapian-full-alaveteli', :require => false end