From 6abe9019b963c98f2ddeaa1449aea3c0fe091a32 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Wed, 6 Nov 2013 13:19:09 +0100 Subject: [PATCH] Replace :rubygems in Gemfile with 'https://rubygems.org' --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e8df59b9..3ebeaba1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ -source :rubygems +source 'https://rubygems.org' gem 'rubyzip', '>= 1.0.0' gem 'zip-zip' # Just to avoid 'cannot load such file -- zip/zip' error gem 'simple_enum' -gem 'nokogiri', '>= 1.5.10' +#gem 'nokogiri', '>= 1.5.10' gem 'uuidtools', '~> 2.1.1' #Allows --without=xapian