Skip to content

Commit

Permalink
Add bigdecimal dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoknecht committed Jan 10, 2025
1 parent 9e14c69 commit 7117b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ PATH
remote: .
specs:
camt_parser (2.17.0)
bigdecimal
nokogiri

GEM
remote: https://rubygems.org/
specs:
bigdecimal (3.1.9)
builder (3.2.2)
diff-lcs (1.5.0)
mini_portile2 (2.8.8)
Expand Down
1 change: 1 addition & 0 deletions camt_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "builder", "~> 3.2.2"

spec.add_runtime_dependency "nokogiri"
spec.add_runtime_dependency "bigdecimal"
end

0 comments on commit 7117b1f

Please sign in to comment.