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, via libxml2, is affected by multiple vulnerabilities.

sparklemotion/nokogiri#1785
  • Loading branch information
rainerdema committed Oct 18, 2018
1 parent fd68768 commit 9b5039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_static_content.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'solidus', ['>= 1.1', '< 3']
s.add_dependency "solidus_support"
s.add_dependency 'deface', '~> 1.0'
s.add_dependency 'deface', '>= 1.3.1'

s.add_development_dependency 'capybara', '~> 2.7'
s.add_development_dependency 'factory_bot', '~> 4.7'
Expand Down

0 comments on commit 9b5039d

Please sign in to comment.