Skip to content

Commit

Permalink
Update 'deface' dependency version
Browse files Browse the repository at this point in the history
Updated 'deface' to update 'nokogiri' dependency gem after vulnerability
checks with 'audit':
Nokogiri gem contains several vulnerabilities in libxml2 and libxslt.

sparklemotion/nokogiri#1615
  • Loading branch information
rainerdema committed Oct 18, 2018
1 parent 21c0c8d commit e91793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency 'ckeditor', '~> 4.1'
s.add_dependency 'deface', '~> 1.0.2'
s.add_dependency 'deface', '>= 1.3.1'
s.add_dependency 'solidus_backend', ['>= 1.0', '< 3']
s.add_dependency 'tinymce-rails', '~> 4.2.5'

Expand Down

0 comments on commit e91793b

Please sign in to comment.