We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2886e4c commit f0803ebCopy full SHA for f0803eb
polyphony.gemspec
@@ -31,4 +31,8 @@ Gem::Specification.new do |s|
31
s.add_development_dependency 'localhost', '1.2.0'
32
s.add_development_dependency 'debug', '1.9.1'
33
s.add_development_dependency 'benchmark-ips', '2.13.0'
34
+
35
+ # FIXME: remove gems when all other dependencies have bundled them (not part of stdlib since Ruby 3.4)
36
+ s.add_development_dependency 'base64', '0.2.0'
37
+ s.add_development_dependency 'bigdecimal', '3.1.7'
38
end
0 commit comments