Skip to content

Commit

Permalink
Update ruby-saml.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk authored Jan 13, 2025
1 parent 5004676 commit b009d6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Gem::Specification.new do |s|
else
s.add_runtime_dependency('nokogiri', '>= 1.13.10')
s.add_runtime_dependency('rexml')
end

if RUBY_VERSION >= '3.4.0'
s.add_runtime_dependency("logger")
s.add_runtime_dependency("base64")
s.add_runtime_dependency('mutex_m')
end

Expand Down

0 comments on commit b009d6d

Please sign in to comment.