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 5088541 commit 29df9b2Copy full SHA for 29df9b2
polyphony.gemspec
@@ -31,4 +31,10 @@ 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
+ s.add_development_dependency 'csv', '3.3.0'
39
+ s.add_development_dependency 'mutex_m', '0.2.0'
40
end
0 commit comments