samlsso.gemspec in samlsso-0.1.1 vs samlsso.gemspec in samlsso-0.1.2
- old
+ new
@@ -26,10 +26,10 @@
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_runtime_dependency("uuid", ["~> 2.3"])
- spec.add_runtime_dependency("xmlenc", ["~> 0.1.7"])
+ spec.add_runtime_dependency("xmlenc", ["~> 0.6.4"])
if RUBY_VERSION < '1.9'
# 1.8.7
spec.add_runtime_dependency('nokogiri', '~> 1.6.0')
spec.add_development_dependency('timecop', '<= 0.6.0')
else