Skip to content

Commit

Permalink
bump nokogiri in case of security vulnerability (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Oct 1, 2021
1 parent f5ca79b commit b42e293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cqm-parsers.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ["The MITRE Corporation"]
s.license = 'Apache-2.0'

s.version = '3.2.0.0'
s.version = '3.2.0.1'

s.add_dependency 'cqm-models', '~> 3.0'
s.add_dependency 'mustache'
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'protected_attributes_continued', '~> 1.4.0'
s.add_dependency 'uuid', '~> 2.3.7'
s.add_dependency 'builder', '~> 3.1'
s.add_dependency 'nokogiri', '>= 1.8.5', '< 1.12.0'
s.add_dependency 'nokogiri', '>= 1.8.5', '< 1.13.0'
s.add_dependency 'highline', "~> 1.7.0"

s.add_dependency 'rubyzip', '~> 1.3'
Expand Down

0 comments on commit b42e293

Please sign in to comment.