Skip to content

Commit

Permalink
Add base64 dependency for Ruby 3.4 forward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jul 8, 2024
1 parent a4e7808 commit 26aa1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |s|

s.add_dependency('nokogiri', '>= 1.13.10')
s.add_dependency('rexml')
s.add_dependency('base64')
end

0 comments on commit 26aa1c5

Please sign in to comment.