mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
12 lines
No EOL
302 B
Text
12 lines
No EOL
302 B
Text
source 'https://rubygems.org'
|
|
|
|
gem 'bundler', '~> 1.1'
|
|
gemspec path: '..'
|
|
|
|
gem 'mime-types', '< 3.0'
|
|
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
|
|
|
gem 'term-ansicolor', '< 1.4.0'
|
|
gem 'tins', '< 1.7.0' # 1.7.0 requires ruby 2.0
|
|
|
|
gem 'selenium-webdriver', '< 3.0.0' # 3.0 requires ruby 2.0 |