summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-01-09 20:31:15 -0700
committermo <mo.khan@gmail.com>2018-01-09 20:31:15 -0700
commit9ff3b0f412248389d98c6d660f67fa5fc933c705 (patch)
tree0601fef7d312d5327a469871c3eb8aa359e1ef75
parent9c3b046a1e334c855c93043fd1dc100c5cc90647 (diff)
remove explicit nokogiri dependency.v0.3.4
xml-kit specifies a minimum version that has fixes for nokogiri that ships a version of libxml that does not have a CVE. https://github.com/sparklemotion/nokogiri/issues/1673
-rw-r--r--lib/saml/kit/version.rb2
-rw-r--r--saml-kit.gemspec1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/saml/kit/version.rb b/lib/saml/kit/version.rb
index b2c6086..b29a746 100644
--- a/lib/saml/kit/version.rb
+++ b/lib/saml/kit/version.rb
@@ -1,5 +1,5 @@
module Saml
module Kit
- VERSION = "0.3.3"
+ VERSION = "0.3.4"
end
end
diff --git a/saml-kit.gemspec b/saml-kit.gemspec
index 5d0d64d..e1280c1 100644
--- a/saml-kit.gemspec
+++ b/saml-kit.gemspec
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "activemodel", ">= 4.2.0"
- spec.add_dependency "nokogiri", "~> 1.8"
spec.add_dependency "xml-kit", "~> 0.1"
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "ffaker", "~> 2.7"