Skip to content

Commit

Permalink
Update nokogiri for security issues with libxml2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Aug 26, 2023
1 parent a3caeb0 commit ab0e1aa
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 ab0e1aa

Please sign in to comment.