Skip to content

Commit 144f1d0

Browse files
chore(deps): update dependency bigdecimal to v4
1 parent dc17596 commit 144f1d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "webrick", "1.9.1"
1010
# we require gem locking for gems with native extensions
1111
# due to lack of windows support
1212
gem "json", "2.7.2"
13-
gem "bigdecimal", "3.1.5"
13+
gem "bigdecimal", "4.0.1"
1414
gem "fiddle", "1.1.2"
1515
gem "io-console", "0.7.1"

packaging/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
awesome_print (1.9.2)
55
base64 (0.3.0)
6-
bigdecimal (3.1.5)
6+
bigdecimal (4.0.1)
77
csv (3.3.5)
88
diff-lcs (1.6.2)
99
dig_rb (1.0.1)
@@ -158,7 +158,7 @@ PLATFORMS
158158
x86_64-linux
159159

160160
DEPENDENCIES
161-
bigdecimal (= 3.1.5)
161+
bigdecimal (= 4.0.1)
162162
fiddle (= 1.1.2)
163163
io-console (= 0.7.1)
164164
json (= 2.7.2)

0 commit comments

Comments
 (0)