Skip to content

Commit

Permalink
chore(deps): update to json 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Dec 5, 2024
1 parent c42c162 commit cc7e064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk update \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle config git.allow_insecure true \
&& gem update --system 3.5.23 \
&& gem install json -v "~>2.8" \
&& gem install json -v "~>2.9" \
&& gem install bigdecimal -v "~>3.1" \
&& 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 @@ -20,7 +20,7 @@ PATH
specs:
pact-cli (1.4.0)
bigdecimal (~> 3.1)
json (~> 2.8)
json (~> 2.9)
pact-mock_service
pact-provider-verifier
pact_broker-client (~> 1.28)
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.8" # must match native lib install in the Dockerfile
spec.add_dependency "json", "~>2.9" # must match native lib install in the Dockerfile
spec.add_dependency "bigdecimal", "~>3.1" # must match native lib install in the Dockerfile

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

0 comments on commit cc7e064

Please sign in to comment.