aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-11-04 15:37:29 +0100
committerAzul <azul@riseup.net>2013-11-04 15:37:29 +0100
commit4199766b4da7edf170895600ce8eeb8970800769 (patch)
tree35990a027ed8efc3dadc61fd8a3dcb0cb2966e3b
parentb481103c024036e745c22d8f75e676ed875f83cb (diff)
downloadleap_cli-4199766b4da7edf170895600ce8eeb8970800769.tar.gz
leap_cli-4199766b4da7edf170895600ce8eeb8970800769.tar.bz2
use https source for more secure gem retrieval
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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