diff --git a/Gemfile b/Gemfile index 83615bf2..aec86684 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,8 @@ source "https://rubygems.org" gem "zip" -gem "xapian-full", :optional => true, :require => false + +#Allows --without=xapian +group :xapian do + gem "xapian-full", :require => false +end