Skip to content

Commit

Permalink
Add bigdecimal to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 25, 2024
1 parent 554cf2e commit e69e25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "bigdecimal"
gem "json"
gem "json-schema"

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.6)
diff-lcs (1.5.0)
json (2.7.1)
json-schema (4.1.1)
Expand All @@ -28,6 +29,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bigdecimal
json
json-schema
rake
Expand Down

0 comments on commit e69e25c

Please sign in to comment.