diff options
-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) |