From 8e4154e24a6ccac5e306e0359218f8f326fe0b23 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 9 Jul 2013 09:24:39 -0500 Subject: [PATCH] Use HTTPS URIs for git repos --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 01261474..d8c629e6 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'sass-rails', '~>4.0.0' gem 'coffee-rails', '~>4.0.0' # todo: remove xml api -gem 'actionpack-xml_parser', github: 'rails/actionpack-xml_parser' +gem 'actionpack-xml_parser', git: 'https://github.com/rails/actionpack-xml_parser' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index 41d653b3..61de1750 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/rails/actionpack-xml_parser.git + remote: https://github.com/rails/actionpack-xml_parser revision: 246653ab3670f329176c1e77e6cd1a632466f06e specs: actionpack-xml_parser (1.0.0)