Skip to content

Commit

Permalink
Merge pull request #163 from pact-foundation/deps/pact-provider-verif…
Browse files Browse the repository at this point in the history
…ier-1.39.1

fix(deps): update pact-provider-verifier to 1.39.1
  • Loading branch information
YOU54F authored Feb 24, 2025
2 parents 7ea9b0d + 85367c5 commit 50e0f11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
6 changes: 2 additions & 4 deletions packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ source 'https://rubygems.org'
gem "pact", "1.66.1"
gem "pact-message", "0.11.1"
gem "pact-mock_service", "3.12.3"
gem "pact-provider-verifier", "1.39.0"
gem "pact-provider-verifier", "1.39.1"
gem "pact_broker-client", "1.77.0"
gem "webrick", "1.9.0"
# see https://stdgems.org/ for versions to lock to
# we require gem locking for gems with native extensions
# due to lack of windows support
gem "json", "2.7.1"
gem "bigdecimal", "3.1.5"
gem 'rack-reverse-proxy', git: 'https://github.com/pact-foundation/rack-reverse-proxy.git',
branch: 'feat/rack_2_and_3_compat'
gem "bigdecimal", "3.1.5"
29 changes: 11 additions & 18 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
GIT
remote: https://github.com/pact-foundation/rack-reverse-proxy.git
revision: 7ed51994123363a6969da5c6c89e04320715494b
branch: feat/rack_2_and_3_compat
specs:
rack-reverse-proxy (1.0.0.pre.unreleased)
rack (>= 3.0, < 4.0)
rack-proxy (~> 0.6, >= 0.6.1)
rackup (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.5)
csv (3.3.2)
diff-lcs (1.5.1)
diff-lcs (1.6.0)
dig_rb (1.0.1)
expgen (0.1.1)
parslet
Expand All @@ -35,7 +25,7 @@ GEM
json (2.7.1)
jsonpath (1.1.5)
multi_json
logger (1.6.5)
logger (1.6.6)
mini_mime (1.1.5)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -65,15 +55,15 @@ GEM
rspec (>= 2.14)
thor (>= 0.19, < 2.0)
webrick (~> 1.8)
pact-provider-verifier (1.39.0)
pact-provider-verifier (1.39.1)
faraday (~> 2.5)
faraday-retry (~> 2.2)
json (> 1.8)
ostruct
pact (~> 1.59)
pact-message (~> 0.5)
rack (>= 3.0, < 4.0)
rack-reverse-proxy
rack-reverse-proxy-pact
rackup (~> 2.0)
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
Expand All @@ -94,9 +84,13 @@ GEM
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
rack (3.1.8)
rack (3.1.10)
rack-proxy (0.7.7)
rack
rack-reverse-proxy-pact (1.0.2)
rack (>= 3.0, < 4.0)
rack-proxy (~> 0.6, >= 0.6.1)
rackup (~> 2.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
Expand All @@ -108,7 +102,7 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down Expand Up @@ -154,9 +148,8 @@ DEPENDENCIES
pact (= 1.66.1)
pact-message (= 0.11.1)
pact-mock_service (= 3.12.3)
pact-provider-verifier (= 1.39.0)
pact-provider-verifier (= 1.39.1)
pact_broker-client (= 1.77.0)
rack-reverse-proxy!
webrick (= 1.9.0)

BUNDLED WITH
Expand Down

0 comments on commit 50e0f11

Please sign in to comment.