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.ruby-20

9 lines
242 B
Text
Raw Normal View History

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec path: '..'
2017-12-27 23:54:15 -05:00
gem 'xpath', '~>2.1'
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+
gem 'rack', '<2.0' # 2.0 requires ruby 2.2+
gem 'public_suffix', '<3.0' #3.0 requires ruby 2.1+