Skip to content

Commit

Permalink
Merge pull request #75 from koic/add_bigdecimal_to_runtime_dependency
Browse files Browse the repository at this point in the history
Add BigDecimal to gem dependency
  • Loading branch information
kiskoza committed Jan 26, 2024
2 parents b0f2c3e + d2988a9 commit bae8238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crack.gemspec
Expand Up @@ -15,5 +15,6 @@ Gem::Specification.new do |gem|
gem.version = Crack::VERSION
gem.license = "MIT"

gem.add_runtime_dependency("bigdecimal")
gem.add_runtime_dependency("rexml")
end

0 comments on commit bae8238

Please sign in to comment.