mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #187 from TracksApp/https-gemfile
Use HTTPS URIs for git repos
This commit is contained in:
commit
a201ecf737
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
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'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue