mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
14 lines
398 B
Text
14 lines
398 B
Text
source :rubygems
|
|
|
|
gem 'bundler', '~> 1.0'
|
|
gemspec :path => '..'
|
|
|
|
gem 'xpath', :path => '../xpath'
|
|
|
|
gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0
|
|
gem 'rack-test', '= 0.5.4'
|
|
gem 'nokogiri', '= 1.3.3'
|
|
gem 'rspec', '= 2.2.0'
|
|
gem 'cucumber', '= 0.10.5'
|
|
# We cannot test against older versions of selenium-webdriver without
|
|
# installing older compatible Firefox versions.
|