Skip to content

Commit

Permalink
Add implicit dependencies required for Ruby >= 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 13, 2025
1 parent ef8827a commit eb14644
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ Gem::Specification.new do |s|
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

s.add_development_dependency('simplecov', '<0.22.0')
if RUBY_VERSION < '2.4.1'
s.add_development_dependency('simplecov-lcov', '<0.8.0')
Expand Down

0 comments on commit eb14644

Please sign in to comment.