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
parent dc7b8e8b25
commit dc3332e58a

View File

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