Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apk update \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle config git.allow_insecure true \
&& gem update --system 3.6.9 \
&& gem install json -v "~>2.15" \
&& gem install json -v "~>2.18" \
&& gem install bigdecimal -v "~>3.2" \
&& gem install racc -v "~>1.8" \
&& gem uninstall rubygems-update \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.15.2)
json (2.18.0)
jsonpath (1.1.5)
multi_json
logger (1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion pact-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "pact-mock_service"
spec.add_dependency "pact-provider-verifier"
spec.add_dependency "pact_broker-client", "~> 1.28"
spec.add_dependency "json", "~>2.15" # must match native lib install in the Dockerfile
spec.add_dependency "json", "~>2.18" # must match native lib install in the Dockerfile
spec.add_dependency "bigdecimal", "~>3.2" # must match native lib install in the Dockerfile

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