aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-03-14 17:52:19 -0700
committerLouise Crow <louise.crow@gmail.com>2013-03-14 17:52:19 -0700
commita5e91dce626cb87e5f92c881c8fb3a4c38541f92 (patch)
tree8e14565a015a079293346a10a724139f9f7f8406
parentbfaebf34425f327b0f0913088ef3dd489bb067d9 (diff)
Move Gemfile to https
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b13467874..b04781b5d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.s
DL::dlopen('/lib/libuuid.so.1')
end
end
-source :rubygems
+source 'https://rubygems.org'
# A fork of rails that is kept up to date with security patches
git "git://github.com/mysociety/rails.git", :tag => "v2.3.17.1" do
diff --git a/Gemfile.lock b/Gemfile.lock
index ab5a70044..c0e7532e6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,7 +32,7 @@ GIT
rack-test (>= 0.5.3)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
addressable (2.3.3)
annotate (2.5.0)