Merge pull request #187 from TracksApp/https-gemfile

Use HTTPS URIs for git repos
This commit is contained in:
Reinier Balt 2013-07-09 08:07:53 -07:00
commit a201ecf737
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)