mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
10 lines
202 B
Text
10 lines
202 B
Text
source 'https://rubygems.org'
|
|
|
|
gem 'bundler', '< 3.0'
|
|
gemspec path: '..'
|
|
|
|
gem 'rack', '1.6.0'
|
|
gem 'nokogiri', '~>1.8.0'
|
|
gem 'xpath', '~>3.2.0'
|
|
gem 'rspec', '~>3.5.0'
|
|
gem 'selenium-webdriver', '3.141.0'
|