We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dad177 + 6ff6747 commit a1a1936Copy full SHA for a1a1936
1 file changed
sippy_cup.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
s.require_paths = ["lib"]
20
21
s.add_runtime_dependency 'packetfu', [">= 1.1.13"]
22
- s.add_runtime_dependency 'nokogiri', ["~> 1.8.1"]
+ s.add_runtime_dependency 'nokogiri', ["~> 1.10.4"]
23
s.add_runtime_dependency 'activesupport', [">= 3.0"]
24
s.add_runtime_dependency 'psych', ["~> 2.0.1"] unless RUBY_PLATFORM == 'java'
25
0 commit comments