Skip to content

Commit

Permalink
Addresses Security Issues in loofah and nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Spang committed Nov 2, 2018
1 parent fc5fd28 commit 96c346a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in html-sanitizer.gemspec
gemspec

gem "nokogiri", RUBY_VERSION < "2.1" ? "~> 1.6.0" : ">= 1.7"
gem "nokogiri", RUBY_VERSION < "2.1" ? "~> 1.6.0" : ">= 1.8"
gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"
2 changes: 1 addition & 1 deletion rails-html-sanitizer.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["test/**/*"]
spec.require_paths = ["lib"]

spec.add_dependency "loofah", "~> 2.2", ">= 2.2.2"
spec.add_dependency "loofah", "~> 2.2", ">= 2.2.3"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 96c346a

Please sign in to comment.