summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-02-22 03:02:22 +0100
committerFlorian Frank <flori@ping.de>2013-02-22 03:02:22 +0100
commita1f8f1487e1f37a78e775354d17b24a288ab8cbd (patch)
tree361b826fbe6823e22bcff7e22ab49d8221206f94 /Gemfile
parent3e158410e81f94dbbc3da6b7b35f4f64983aa4e3 (diff)
downloadjson-a1f8f1487e1f37a78e775354d17b24a288ab8cbd.tar.gz
Avoid funny http warning
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e405da2..65d039b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
# vim: set ft=ruby:
-source :rubygems
+source 'https://rubygems.org'
gemspec :name => 'json'
gemspec :name => 'json_pure'