diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-14 17:52:19 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-14 17:52:19 -0700 |
commit | a5e91dce626cb87e5f92c881c8fb3a4c38541f92 (patch) | |
tree | 8e14565a015a079293346a10a724139f9f7f8406 | |
parent | bfaebf34425f327b0f0913088ef3dd489bb067d9 (diff) |
Move Gemfile to https
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |