Change xapian-full gem to avoid install issues on Linux

This commit is contained in:
Ludovic Gasc 2014-03-04 10:08:41 +01:00 committed by Christian Simon
parent 6058a737e4
commit 9b63ccb029

View File

@ -12,5 +12,5 @@ end
#Allows --without=xapian
group :xapian do
gem 'xapian-full', :require => false
gem 'xapian-full-alaveteli', :require => false
end