Skip to content

Commit 4a2e120

Browse files
committed
v1.1.2
1 parent 43a6289 commit 4a2e120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samlr.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Gem::Specification.new "samlr", "1.1.1" do |s|
1+
Gem::Specification.new "samlr", "1.1.2" do |s|
22
s.summary = "Ruby tools for SAML"
33
s.description = "Helps you implement a SAML SP"
44
s.authors = ["Morten Primdahl"]
@@ -7,7 +7,7 @@ Gem::Specification.new "samlr", "1.1.1" do |s|
77
s.files = `git ls-files`.split("\n")
88
s.license = "Apache License Version 2.0"
99

10-
s.add_runtime_dependency("nokogiri", ">= 1.5.0")
10+
s.add_runtime_dependency("nokogiri", ">= 1.5.5")
1111
s.add_runtime_dependency("uuidtools", ">= 2.1.3")
1212
s.add_runtime_dependency("trollop", ">= 1.16.2")
1313

0 commit comments

Comments
 (0)