Skip to content

Commit

Permalink
Add bigdecimal and logger as explicit dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Dec 6, 2024
1 parent bba54ed commit 0533e85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@ PATH
remote: .
specs:
tikkie-api (2.0.0)
bigdecimal
logger

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bigdecimal (3.1.8)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
hashdiff (1.1.0)
json (2.7.1)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.2)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down
3 changes: 3 additions & 0 deletions tikkie-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'timecop', '~> 0.9'
spec.add_development_dependency 'webmock', '~> 3.18'

spec.add_dependency 'bigdecimal'
spec.add_dependency 'logger'
end

0 comments on commit 0533e85

Please sign in to comment.