1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

lock ruby 2.0 Gemfile to xpath 2.x

This commit is contained in:
Thomas Walpole 2017-12-27 20:54:15 -08:00
parent da195ab9e6
commit 4daea7e94e

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'bundler', '~> 1.1' gem 'bundler', '~> 1.1'
gemspec path: '..' gemspec path: '..'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git' gem 'xpath', '~>2.1'
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+ gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+
gem 'rack', '<2.0' # 2.0 requires ruby 2.2+ gem 'rack', '<2.0' # 2.0 requires ruby 2.2+
gem 'public_suffix', '<3.0' #3.0 requires ruby 2.1+ gem 'public_suffix', '<3.0' #3.0 requires ruby 2.1+