File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments