Skip to content

Commit

Permalink
Add dependency to base64 gem (#62)
Browse files Browse the repository at this point in the history
because `base64` is bundled gem since Ruby 3.4.0dev.

ruby/ruby#9550
https://bugs.ruby-lang.org/issues/20187
  • Loading branch information
yahonda authored Jun 6, 2024
1 parent 72163c5 commit fe81e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubyntlm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec", ">= 2.11"
s.add_development_dependency "simplecov"
s.add_dependency "base64"
end

0 comments on commit fe81e67

Please sign in to comment.