Skip to content

Commit

Permalink
Merge pull request #105 from mojolingo/feature/nokogiri_upgrade
Browse files Browse the repository at this point in the history
Bump Nokogiri dep to address security concern
  • Loading branch information
bklang authored Sep 11, 2019
2 parents 2dad177 + 6ff6747 commit a1a1936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sippy_cup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency 'packetfu', [">= 1.1.13"]
s.add_runtime_dependency 'nokogiri', ["~> 1.8.1"]
s.add_runtime_dependency 'nokogiri', ["~> 1.10.4"]
s.add_runtime_dependency 'activesupport', [">= 3.0"]
s.add_runtime_dependency 'psych', ["~> 2.0.1"] unless RUBY_PLATFORM == 'java'

Expand Down

0 comments on commit a1a1936

Please sign in to comment.