Use HTTPS URIs for git repos

This commit is contained in:
Matt Rogers 2013-07-09 09:24:39 -05:00
parent 9f4cec3117
commit 8e4154e24a
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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)