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
2019-04-18 00:20:40 -07:00

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'