Skip to content

Commit 5edd010

Browse files
committed
chore(deps): update to json 2.18
1 parent 2f9c32e commit 5edd010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apk update \
2828
&& bundle config build.nokogiri --use-system-libraries \
2929
&& bundle config git.allow_insecure true \
3030
&& gem update --system 3.6.9 \
31-
&& gem install json -v "~>2.15" \
31+
&& gem install json -v "~>2.18" \
3232
&& gem install bigdecimal -v "~>3.2" \
3333
&& gem install racc -v "~>1.8" \
3434
&& gem uninstall rubygems-update \

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GEM
4242
csv
4343
mini_mime (>= 1.0.0)
4444
multi_xml (>= 0.5.2)
45-
json (2.15.2)
45+
json (2.18.0)
4646
jsonpath (1.1.5)
4747
multi_json
4848
logger (1.7.0)

pact-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
spec.add_dependency "pact-mock_service"
4545
spec.add_dependency "pact-provider-verifier"
4646
spec.add_dependency "pact_broker-client", "~> 1.28"
47-
spec.add_dependency "json", "~>2.15" # must match native lib install in the Dockerfile
47+
spec.add_dependency "json", "~>2.18" # must match native lib install in the Dockerfile
4848
spec.add_dependency "bigdecimal", "~>3.2" # must match native lib install in the Dockerfile
4949

5050
spec.add_dependency "rack-test", ">= 0.6.3", "< 3.0.0"

0 commit comments

Comments
 (0)