Skip to content

Commit

Permalink
Temporarily add bundled gems
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Mar 25, 2024
1 parent 14f6b9c commit 4536e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions polyphony.gemspec
Expand Up @@ -31,4 +31,8 @@ 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 gems when all other dependencies have bundled them (not part of stdlib since Ruby 3.4)
s.add_development_dependency 'base64', '0.2.0'
s.add_development_dependency 'bigdecimal', '3.1.7'
end

0 comments on commit 4536e6c

Please sign in to comment.