mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
12 lines
No EOL
293 B
Text
12 lines
No EOL
293 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'bundler', '~> 1.1'
|
|
gemspec :path => '..'
|
|
|
|
gem 'xpath', github: 'jnicklas/xpath'
|
|
|
|
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
|
# git 'https://github.com/SeleniumHQ/selenium.git' do
|
|
# gem 'selenium-webdriver'
|
|
# end
|
|
# gem 'selenium-webdriver' |