We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014db52 commit be1b45eCopy full SHA for be1b45e
packaging/Gemfile
@@ -10,5 +10,5 @@ gem "webrick", "1.9.1"
10
# we require gem locking for gems with native extensions
11
# due to lack of windows support
12
gem "json", "2.7.2"
13
-gem "bigdecimal", "3.1.5"
+gem "bigdecimal", "3.3.1"
14
gem "fiddle", "1.1.2"
packaging/Gemfile.lock
@@ -3,7 +3,7 @@ GEM
3
specs:
4
awesome_print (1.9.2)
5
base64 (0.3.0)
6
- bigdecimal (3.1.5)
+ bigdecimal (3.3.1)
7
csv (3.3.5)
8
diff-lcs (1.6.2)
9
dig_rb (1.0.1)
@@ -144,7 +144,7 @@ PLATFORMS
144
x86_64-linux
145
146
DEPENDENCIES
147
- bigdecimal (= 3.1.5)
+ bigdecimal (= 3.3.1)
148
fiddle (= 1.1.2)
149
json (= 2.7.2)
150
pact (= 1.66.2)
0 commit comments