From 5ed8014964af1c998b6db23a8febd408ca99b6d7 Mon Sep 17 00:00:00 2001 From: Daniel Munn Date: Wed, 6 Jun 2012 14:30:26 +0100 Subject: [PATCH] Gemfile update - added sources declaration so unmet requirements are downloaded and installed; added xapian-full as optional. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d763b449..83615bf2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ +source "https://rubygems.org" + gem "zip" -gem "xapian-full", :require => false +gem "xapian-full", :optional => true, :require => false