1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/gemfiles/Gemfile.base-versions

15 lines
437 B
Text
Raw Normal View History

2013-03-18 23:39:41 +01:00
source "https://rubygems.org"
2012-01-26 15:25:56 +01:00
gem 'bundler', '~> 1.0'
gemspec :path => '..'
2013-03-18 23:39:41 +01:00
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
2012-01-26 15:25:56 +01:00
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.