Use aruba and actionpack-xml_parser from rubygems

The released versions have caught up with Tracks' needs,
so it's no longer necessary to fetch them from source.
This commit is contained in:
Dan Rice 2014-05-16 18:14:30 -04:00
parent 2386e67dec
commit fd24dc83b1
2 changed files with 10 additions and 20 deletions

View file

@ -7,7 +7,7 @@ gem 'coffee-rails', '~>4.0'
#gem 'json'
# todo: remove xml api
gem 'actionpack-xml_parser', git: 'https://github.com/rails/actionpack-xml_parser'
gem 'actionpack-xml_parser', '>=1.0.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer'
@ -58,7 +58,7 @@ group :test do
gem "database_cleaner"
gem "mocha", :require => false
gem "aruba", git: 'https://github.com/cucumber/aruba', :require => false # need 0.5.4 for piping files; 0.5.3 is latest
gem "aruba", ">=0.5.4", :require => false
# Note that > 2.14 has problems, see:
# https://code.google.com/p/selenium/issues/detail?id=3075