Skip to content

Commit 320b0a5

Browse files
committed
add bigdecimal for ruby 3.4
1 parent f32e3e6 commit 320b0a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql2.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Mysql2::GEMSPEC = Gem::Specification.new do |s|
2222
s.files = `git ls-files README.md CHANGELOG.md LICENSE ext lib support`.split
2323

2424
s.metadata['msys2_mingw_dependencies'] = 'libmariadbclient'
25+
26+
s.add_dependency 'bigdecimal'
2527
end

0 commit comments

Comments
 (0)