Skip to content

Commit

Permalink
Fix warning on ruby 3.3 related to bigdecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jan 2, 2024
1 parent 79f78f9 commit 943e752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Mysql2::GEMSPEC = Gem::Specification.new do |s|
s.files = `git ls-files README.md CHANGELOG.md LICENSE ext lib support`.split

s.metadata['msys2_mingw_dependencies'] = 'libmariadbclient'
s.add_runtime_dependency('bigdecimal', '~> 0')
end

0 comments on commit 943e752

Please sign in to comment.