Do not include xpath as dependency

It will have bundler install capybara 0.3.9 and we can't run the specs with such an old version of capybara.
This commit is contained in:
Yuki Nishijima 2013-12-03 11:27:39 +09:00
parent eb0a4e7ced
commit a98313c08e
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ source 'https://rubygems.org'
gem 'railties', '~> 3.2.3'
gem 'activerecord', '~> 3.2.3', :require => 'active_record'
gem 'rspec-rails', '>= 2.0'
gem 'xpath'
# Stick To Versions That Work Under Ruby 1.8 For Now
gem 'capybara', '< 2.1'

View File

@ -8,7 +8,6 @@ gem 'dm-transactions', '~> 1.2.0'
gem 'dm-active_model', '~> 1.2.1'
gem 'dm-sqlite-adapter', '~> 1.2.0'
gem 'rspec-rails', '>= 2.0'
gem 'xpath'
# stick to versions that work under Ruby 1.8 for now
gem 'capybara', '< 2.1'

View File

@ -3,7 +3,6 @@ source 'https://rubygems.org'
gem 'railties', '>= 3.2.3'
gem 'mongo_mapper', '>= 0.11.0'
gem 'rspec-rails', '>= 2.0'
gem 'xpath'
# stick to versions that work under Ruby 1.8 for now
gem 'capybara', '< 2.1'