We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32e3e6 commit 320b0a5Copy full SHA for 320b0a5
mysql2.gemspec
@@ -22,4 +22,6 @@ Mysql2::GEMSPEC = Gem::Specification.new do |s|
22
s.files = `git ls-files README.md CHANGELOG.md LICENSE ext lib support`.split
23
24
s.metadata['msys2_mingw_dependencies'] = 'libmariadbclient'
25
+
26
+ s.add_dependency 'bigdecimal'
27
end
0 commit comments