From: Azul Date: Mon, 4 Nov 2013 14:37:29 +0000 (+0100) Subject: use https source for more secure gem retrieval X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4199766b4da7edf170895600ce8eeb8970800769;p=leap%2Fleap_cli.git use https source for more secure gem retrieval --- diff --git a/Gemfile b/Gemfile index 9cf9329..fe076b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' gemspec # # @@ -30,4 +30,4 @@ gemspec # else # gem gem_name # end -# end \ No newline at end of file +# end