Skip to content

Commit

Permalink
Temporarily add base64 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Mar 25, 2024
1 parent 14f6b9c commit aefbb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions polyphony.gemspec
Expand Up @@ -31,4 +31,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'localhost', '1.1.10'
s.add_development_dependency 'debug', '1.9.1'
s.add_development_dependency 'benchmark-ips', '2.10.0'

# FIXME: remove when all dependencies have bundled base64 (not part of stdlib since Ruby 3.4)
s.add_development_dependency 'base64', '0.2.0'
end

0 comments on commit aefbb6f

Please sign in to comment.