Skip to content

Commit

Permalink
another fix to nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
daddyz committed Jan 10, 2022
1 parent 7cd2b41 commit 1dff5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phonelib.gemspec
Expand Up @@ -20,8 +20,10 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '< 14.0'
if RUBY_VERSION < '2.3.0'
s.add_development_dependency 'nokogiri', '~> 1.8.2'
else
elsif RUBY_VERSION > '2.6.0'
s.add_development_dependency 'nokogiri', '~> 1.13.0'
else
s.add_development_dependency 'nokogiri', '~> 1.10.10'
end
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec', '= 2.14.1'
Expand Down

0 comments on commit 1dff5d8

Please sign in to comment.