We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e90eca commit b171005Copy full SHA for b171005
2 files changed
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)
@@ -156,7 +156,7 @@ PLATFORMS
156
x86_64-linux
157
158
DEPENDENCIES
159
- bigdecimal (= 3.1.5)
+ bigdecimal (= 4.0.1)
160
fiddle (= 1.1.2)
161
io-console (= 0.7.1)
162
json (= 2.7.2)
0 commit comments