Skip to content

Commit

Permalink
feat(gems): update to pact-support (1.18.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 16, 2022
1 parent 71ea7ed commit b2d9483
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,31 @@ GEM
dig_rb (1.0.1)
expgen (0.1.1)
parslet
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
faraday (1.10.1)
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)
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)
find_a_port (1.0.1)
httparty (0.18.1)
Expand All @@ -20,7 +41,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
multi_xml (0.6.0)
multipart-post (2.2.0)
multipart-post (2.2.3)
pact (1.62.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
Expand Down Expand Up @@ -53,11 +74,11 @@ GEM
rack-reverse-proxy
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.17.0)
pact-support (1.18.1)
awesome_print (~> 1.9)
diff-lcs (~> 1.4)
expgen (~> 0.1)
term-ansicolor (~> 1.0)
rainbow (~> 3.1.1)
pact_broker-client (1.65.0)
dig_rb (~> 1.0)
httparty (~> 0.18.1)
Expand All @@ -74,6 +95,7 @@ GEM
rack-proxy (~> 0.6, >= 0.6.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.1.1)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand All @@ -90,6 +112,7 @@ GEM
rspec-support (3.11.0)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
sync (0.5.0)
table_print (1.5.7)
term-ansicolor (1.7.1)
Expand Down

0 comments on commit b2d9483

Please sign in to comment.