Skip to content

Commit

Permalink
Update nokogiri for security issues with libxml2 dependency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Aug 26, 2023
1 parent a3caeb0 commit 5559d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.7.0'

s.add_dependency 'nokogiri', '~>1.14'
s.add_dependency 'nokogiri', '~>1.15'

s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 5559d71

Please sign in to comment.