mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
9b7e6c72e3
This way it's far easier to develop against the most recent version of the gem.
7 lines
130 B
Ruby
7 lines
130 B
Ruby
source :rubygems
|
|
|
|
gem 'bundler', '~> 1.0'
|
|
gemspec
|
|
|
|
@dependencies.delete_if {|d| d.name == "xpath" }
|
|
gem 'xpath', :path => 'xpath'
|