diff --git a/Gemfile b/Gemfile index 12dac8d3..6be66484 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 6978c234..dc6239be 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)