diff options
author | Florian Frank <flori@ping.de> | 2013-02-22 03:02:22 +0100 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2013-02-22 03:02:22 +0100 |
commit | a1f8f1487e1f37a78e775354d17b24a288ab8cbd (patch) | |
tree | 361b826fbe6823e22bcff7e22ab49d8221206f94 /Gemfile | |
parent | 3e158410e81f94dbbc3da6b7b35f4f64983aa4e3 (diff) | |
download | json-a1f8f1487e1f37a78e775354d17b24a288ab8cbd.tar.gz |
Avoid funny http warning
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # vim: set ft=ruby: -source :rubygems +source 'https://rubygems.org' gemspec :name => 'json' gemspec :name => 'json_pure' |