We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5004676 commit b009d6dCopy full SHA for b009d6d
ruby-saml.gemspec
@@ -57,6 +57,11 @@ Gem::Specification.new do |s|
57
else
58
s.add_runtime_dependency('nokogiri', '>= 1.13.10')
59
s.add_runtime_dependency('rexml')
60
+ end
61
+
62
+ if RUBY_VERSION >= '3.4.0'
63
+ s.add_runtime_dependency("logger")
64
+ s.add_runtime_dependency("base64")
65
s.add_runtime_dependency('mutex_m')
66
end
67
0 commit comments