We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d394a1 commit 0e8d76aCopy full SHA for 0e8d76a
2 files changed
packaging/Gemfile
@@ -9,7 +9,7 @@ gem "webrick", "1.9.2"
9
# see https://stdgems.org/ for versions to lock to
10
# we require gem locking for gems with native extensions
11
# due to lack of windows support
12
-gem "json", "2.7.2"
+gem "json", "2.19.2"
13
gem "bigdecimal", "3.1.5"
14
gem "fiddle", "1.1.2"
15
gem "io-console", "0.7.1"
packaging/Gemfile.lock
@@ -24,7 +24,7 @@ GEM
24
mini_mime (>= 1.0.0)
25
multi_xml (>= 0.5.2)
26
io-console (0.7.1)
27
- json (2.7.2)
+ json (2.19.2)
28
jsonpath (1.1.5)
29
multi_json
30
logger (1.7.0)
@@ -159,7 +159,7 @@ DEPENDENCIES
159
bigdecimal (= 3.1.5)
160
fiddle (= 1.1.2)
161
io-console (= 0.7.1)
162
- json (= 2.7.2)
+ json (= 2.19.2)
163
pact (= 1.67.5)
164
pact-message (= 0.11.1)
165
pact-mock_service (= 3.12.4)
0 commit comments