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:
parent
da195ab9e6
commit
4daea7e94e
1 changed files with 1 additions and 1 deletions
|
@ -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+
|
Loading…
Reference in a new issue