We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154a010 commit 86068b3Copy full SHA for 86068b3
2 files changed
packaging/Gemfile
@@ -9,6 +9,6 @@ gem "webrick", "1.9.1"
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.17.1"
13
gem "bigdecimal", "3.1.5"
14
gem "fiddle", "1.1.2"
packaging/Gemfile.lock
@@ -23,7 +23,7 @@ GEM
23
csv
24
mini_mime (>= 1.0.0)
25
multi_xml (>= 0.5.2)
26
- json (2.7.2)
+ json (2.17.1)
27
jsonpath (1.1.5)
28
multi_json
29
logger (1.7.0)
@@ -153,7 +153,7 @@ PLATFORMS
153
DEPENDENCIES
154
bigdecimal (= 3.1.5)
155
fiddle (= 1.1.2)
156
- json (= 2.7.2)
+ json (= 2.17.1)
157
pact (= 1.67.3)
158
pact-message (= 0.11.1)
159
pact-mock_service (= 3.12.3)
0 commit comments