1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/Gemfile
Jonas Nicklas 9b7e6c72e3 Add xpath gem as submodule and run from submodule
This way it's far easier to develop against the
most recent version of the gem.
2011-01-09 13:43:36 +01:00

7 lines
130 B
Ruby

source :rubygems
gem 'bundler', '~> 1.0'
gemspec
@dependencies.delete_if {|d| d.name == "xpath" }
gem 'xpath', :path => 'xpath'