Skip to content

Commit

Permalink
fix: examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Oct 20, 2023
1 parent 4931944 commit ca09433
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 42 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'
gem 'sinatra-contrib'
gem 'pact-provider-verifier'
gem 'pact-provider-verifier', '>= 1.38.0'
61 changes: 20 additions & 41 deletions examples/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
awesome_print (1.9.2)
base64 (0.1.1)
diff-lcs (1.5.0)
expgen (0.1.1)
parslet
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
filelock (1.1.1)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday (~> 2.0)
find_a_port (1.0.1)
json (2.6.3)
multi_json (1.15.0)
multipart-post (2.3.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
pact (1.63.0)
Expand All @@ -49,36 +30,34 @@ GEM
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
thor (>= 0.20, < 2.0)
pact-mock_service (3.11.0)
filelock (~> 1.1)
pact-mock_service (3.11.2)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.16, >= 1.16.4)
rack (~> 2.0)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor (>= 0.19, < 2.0)
webrick (~> 1.3)
pact-provider-verifier (1.36.1)
faraday (>= 0.9.0, <= 2.0)
faraday_middleware (>= 0.10, <= 2.0)
webrick (~> 1.8)
pact-provider-verifier (1.38.0)
faraday (~> 2.5)
faraday-retry (~> 2.2)
json (> 1.8)
pact (~> 1.59)
pact-message (~> 0.5)
rack (~> 2.1)
rack-reverse-proxy
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.19.0)
pact-support (1.20.0)
awesome_print (~> 1.9)
diff-lcs (~> 1.4)
diff-lcs (~> 1.5)
expgen (~> 0.1)
rainbow (~> 3.1.1)
parslet (2.0.0)
rack (2.2.7)
rack (2.2.8)
rack-protection (3.0.6)
rack
rack-proxy (0.7.6)
rack-proxy (0.7.7)
rack
rack-reverse-proxy (0.12.0)
rack (>= 1.0.0)
Expand All @@ -95,10 +74,10 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
Expand All @@ -116,7 +95,7 @@ GEM
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.1)
thor (1.3.0)
tilt (2.1.0)
tins (1.32.1)
sync
Expand All @@ -126,7 +105,7 @@ PLATFORMS
ruby

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

Expand Down

0 comments on commit ca09433

Please sign in to comment.