Skip to content

Commit

Permalink
Merge pull request #123 from pact-foundation/snyk-fix-2f0a57d0cfb17ce…
Browse files Browse the repository at this point in the history
…66814d6716188071c

[Snyk] Security upgrade pact-provider-verifier from 1.38.0 to 1.38.1
  • Loading branch information
YOU54F authored Aug 12, 2024
2 parents d4a868f + de9df60 commit 4ae7ae1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'sinatra', '>= 3.1.0'
gem 'sinatra-contrib', '>= 3.1.0'
gem 'pact-provider-verifier', '>= 1.38.0'
gem 'pact-provider-verifier', '>= 1.38.1'
18 changes: 10 additions & 8 deletions examples/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.8)
diff-lcs (1.5.1)
expgen (0.1.1)
parslet
Expand All @@ -11,14 +12,14 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
find_a_port (1.0.1)
json (2.7.2)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
pact (1.64.0)
pact (1.65.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
rack-test (>= 0.6.3, < 3.0.0)
Expand All @@ -38,7 +39,7 @@ GEM
rspec (>= 2.14)
thor (>= 0.19, < 2.0)
webrick (~> 1.8)
pact-provider-verifier (1.38.0)
pact-provider-verifier (1.38.1)
faraday (~> 2.5)
faraday-retry (~> 2.2)
json (> 1.8)
Expand Down Expand Up @@ -72,10 +73,10 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand All @@ -94,19 +95,20 @@ GEM
sinatra (= 3.2.0)
tilt (~> 2.0)
sync (0.5.0)
term-ansicolor (1.7.2)
term-ansicolor (1.11.2)
tins (~> 1.0)
thor (1.3.1)
tilt (2.3.0)
tins (1.32.1)
tins (1.33.0)
bigdecimal
sync
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
pact-provider-verifier (>= 1.38.0)
pact-provider-verifier (>= 1.38.1)
sinatra (>= 3.1.0)
sinatra-contrib (>= 3.1.0)

Expand Down

0 comments on commit 4ae7ae1

Please sign in to comment.