Skip to content

Commit de9df60

Browse files
committed
fix: examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
1 parent d4a868f commit de9df60

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

examples/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'sinatra', '>= 3.1.0'
44
gem 'sinatra-contrib', '>= 3.1.0'
5-
gem 'pact-provider-verifier', '>= 1.38.0'
5+
gem 'pact-provider-verifier', '>= 1.38.1'

examples/Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
awesome_print (1.9.2)
55
base64 (0.2.0)
6+
bigdecimal (3.1.8)
67
diff-lcs (1.5.1)
78
expgen (0.1.1)
89
parslet
@@ -11,14 +12,14 @@ GEM
1112
faraday-net_http (>= 2.0, < 3.1)
1213
ruby2_keywords (>= 0.0.4)
1314
faraday-net_http (3.0.2)
14-
faraday-retry (2.2.0)
15+
faraday-retry (2.2.1)
1516
faraday (~> 2.0)
1617
find_a_port (1.0.1)
1718
json (2.7.2)
1819
multi_json (1.15.0)
1920
mustermann (3.0.0)
2021
ruby2_keywords (~> 0.0.1)
21-
pact (1.64.0)
22+
pact (1.65.0)
2223
pact-mock_service (~> 3.0, >= 3.3.1)
2324
pact-support (~> 1.16, >= 1.16.9)
2425
rack-test (>= 0.6.3, < 3.0.0)
@@ -38,7 +39,7 @@ GEM
3839
rspec (>= 2.14)
3940
thor (>= 0.19, < 2.0)
4041
webrick (~> 1.8)
41-
pact-provider-verifier (1.38.0)
42+
pact-provider-verifier (1.38.1)
4243
faraday (~> 2.5)
4344
faraday-retry (~> 2.2)
4445
json (> 1.8)
@@ -72,10 +73,10 @@ GEM
7273
rspec-mocks (~> 3.13.0)
7374
rspec-core (3.13.0)
7475
rspec-support (~> 3.13.0)
75-
rspec-expectations (3.13.0)
76+
rspec-expectations (3.13.1)
7677
diff-lcs (>= 1.2.0, < 2.0)
7778
rspec-support (~> 3.13.0)
78-
rspec-mocks (3.13.0)
79+
rspec-mocks (3.13.1)
7980
diff-lcs (>= 1.2.0, < 2.0)
8081
rspec-support (~> 3.13.0)
8182
rspec-support (3.13.1)
@@ -94,19 +95,20 @@ GEM
9495
sinatra (= 3.2.0)
9596
tilt (~> 2.0)
9697
sync (0.5.0)
97-
term-ansicolor (1.7.2)
98+
term-ansicolor (1.11.2)
9899
tins (~> 1.0)
99100
thor (1.3.1)
100101
tilt (2.3.0)
101-
tins (1.32.1)
102+
tins (1.33.0)
103+
bigdecimal
102104
sync
103105
webrick (1.8.1)
104106

105107
PLATFORMS
106108
ruby
107109

108110
DEPENDENCIES
109-
pact-provider-verifier (>= 1.38.0)
111+
pact-provider-verifier (>= 1.38.1)
110112
sinatra (>= 3.1.0)
111113
sinatra-contrib (>= 3.1.0)
112114

0 commit comments

Comments
 (0)