mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
rack 2.0 is not compatible with ruby < 2.2
This commit is contained in:
parent
028bfaf173
commit
5849ecb66e
2 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,5 @@ gem 'tins', '< 1.7.0' # 1.7.0 requires ruby 2.0
|
|||
|
||||
gem 'selenium-webdriver', '< 3.0.0' # 3.0 requires ruby 2.0
|
||||
gem 'addressable', '< 2.5.0' # 2.5 requires public_suffix which requires ruby 2.0
|
||||
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+
|
|
@ -5,3 +5,4 @@ gemspec path: '..'
|
|||
|
||||
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
||||
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+
|
||||
gem 'rack', '<2.0' # 2.0 requires ruby 2.2+
|
||||
|
|
Loading…
Add table
Reference in a new issue