Skip to content

Commit

Permalink
Merge pull request #139 from pact-foundation/deps/json_2.8
Browse files Browse the repository at this point in the history
chore(deps): update to json 2.8
  • Loading branch information
YOU54F authored Nov 29, 2024
2 parents fe4ca92 + b9e585d commit 5918389
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.7.6" \
&& gem install json -v "~>2.8" \
&& 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 @@ -10,7 +10,7 @@ PATH
specs:
pact-cli (1.3.0)
bigdecimal (~> 3.1)
json (~> 2.7)
json (~> 2.8)
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.7" # must match native lib install in the Dockerfile
spec.add_dependency "json", "~>2.8" # must match native lib install in the Dockerfile
spec.add_dependency "bigdecimal", "~>3.1" # must match native lib install in the Dockerfile

# Locking this until we have given rack-test 3.0 a good shake out in pure Ruby
Expand Down

0 comments on commit 5918389

Please sign in to comment.