mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 12:30:15 +01:00
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:
parent
2386e67dec
commit
fd24dc83b1
2 changed files with 10 additions and 20 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue