Skip to content

Commit

Permalink
Add bigdecimal as explicit dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Aug 13, 2024
1 parent 0729c04 commit 710b667
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,6 +2,7 @@ PATH
remote: .
specs:
docdata-order (2.2.0)
bigdecimal
savon (>= 2.0, < 3.0)

GEM
Expand All @@ -13,6 +14,7 @@ GEM
gyoku (>= 0.4.0)
nokogiri
ast (2.4.2)
bigdecimal (3.1.8)
builder (3.2.4)
crack (0.4.5)
rexml
Expand Down
1 change: 1 addition & 0 deletions docdata-order.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock', '~> 3.0'

spec.add_dependency 'bigdecimal'
spec.add_dependency 'savon', '>= 2.0', '< 3.0'
end

0 comments on commit 710b667

Please sign in to comment.