File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apk update \
2525 && bundle config build.nokogiri --use-system-libraries \
2626 && bundle config git.allow_insecure true \
2727 && gem update --system 3.5.23 \
28- && gem install json -v "~>2.9 " \
28+ && gem install json -v "~>2.10 " \
2929 && gem install bigdecimal -v "~>3.1" \
3030 && gem install racc -v "~>1.8" \
3131 && gem uninstall rubygems-update \
Original file line number Diff line number Diff line change 11ARG NODE_VERSION=18
2- FROM node:${NODE_VERSION}-alpine3.20
2+ FROM node:${NODE_VERSION}-alpine3.21
33
44LABEL maintainer="Beth Skurrie <beth@bethesque.com>"
55
@@ -32,8 +32,8 @@ RUN apk update \
3232 && bundler -v \
3333 && bundle config build.nokogiri --use-system-libraries \
3434 && bundle config git.allow_insecure true \
35- && gem update --system 3.5.20 \
36- && gem install json -v "~>2.7.6 " \
35+ && gem update --system 3.5.23 \
36+ && gem install json -v "~>2.10 " \
3737 && gem install bigdecimal -v "~>3.1" \
3838 && gem install racc -v "~>1.8" \
3939 && gem uninstall rubygems-update \
Original file line number Diff line number Diff line change 2020 specs:
2121 pact-cli (1.4.0 )
2222 bigdecimal (~> 3.1 )
23- json (~> 2.9 )
23+ json (~> 2.10 )
2424 pact-mock_service
2525 pact-provider-verifier
2626 pact_broker-client (~> 1.28 )
5252 csv
5353 mini_mime (>= 1.0.0 )
5454 multi_xml (>= 0.5.2 )
55- json (2.9 .1 )
55+ json (2.10 .1 )
5656 jsonpath (1.1.5 )
5757 multi_json
5858 logger (1.6.5 )
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.9 " # must match native lib install in the Dockerfile
47+ spec . add_dependency "json" , "~>2.10 " # must match native lib install in the Dockerfile
4848 spec . add_dependency "bigdecimal" , "~>3.1" # 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