limit public_suffix version when running ruby 2.0

This commit is contained in:
Thomas Walpole 2017-08-27 16:01:17 -07:00
parent cb52360ca5
commit 57766abd13
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ gemspec path: '..'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
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+