1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/Gemfile
2011-01-21 16:53:53 +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'