mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
source :rubygems
|
|
|
|
gem 'bundler', '~> 1.0'
|
|
gem 'xpath', :path => '../xpath' if ENV['XPATH_LOCAL']
|
|
gemspec
|