mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
12 lines
251 B
Text
12 lines
251 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.142.7'
|
|
gem 'irb', '~>1.1.1'
|
|
gem 'webdrivers', '~>4.5.0'
|