We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc17596 commit 144f1d0Copy full SHA for 144f1d0
packaging/Gemfile
@@ -10,6 +10,6 @@ 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", "4.0.1"
14
gem "fiddle", "1.1.2"
15
gem "io-console", "0.7.1"
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 (4.0.1)
7
csv (3.3.5)
8
diff-lcs (1.6.2)
9
dig_rb (1.0.1)
@@ -158,7 +158,7 @@ PLATFORMS
158
x86_64-linux
159
160
DEPENDENCIES
161
- bigdecimal (= 3.1.5)
+ bigdecimal (= 4.0.1)
162
fiddle (= 1.1.2)
163
io-console (= 0.7.1)
164
json (= 2.7.2)
0 commit comments