diff options
author | Azul <azul@riseup.net> | 2013-11-04 15:37:29 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2013-11-04 15:37:29 +0100 |
commit | 4199766b4da7edf170895600ce8eeb8970800769 (patch) | |
tree | 35990a027ed8efc3dadc61fd8a3dcb0cb2966e3b | |
parent | b481103c024036e745c22d8f75e676ed875f83cb (diff) | |
download | leap_cli-4199766b4da7edf170895600ce8eeb8970800769.tar.gz leap_cli-4199766b4da7edf170895600ce8eeb8970800769.tar.bz2 |
use https source for more secure gem retrieval
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |