Replace :rubygems in Gemfile with 'https://rubygems.org'
This commit is contained in:
parent
2ac42218cb
commit
6abe9019b9
4
Gemfile
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user