pact-foundation / pact-mock_service

Provides a mock service for use with Pact
https://pact.io
MIT License
72 stars 68 forks source link

Fix: Remove thwait require #117

Closed mtchavez closed 4 years ago

mtchavez commented 4 years ago

What

Ruby 2.7.x doesn't bundle thwait anymore so explicit require needs the thwait gem. But, it looks like removing the require shows that the dependency likely isn't needed.

Changes

Areas of concern

bethesque commented 4 years ago

This line has already been removed and version 3.2.1 of the mock service has been released. Please bundle update.

bethesque commented 4 years ago

Pact runs fine on 2.7 now - see the Travis build here https://travis-ci.org/pact-foundation/pact-ruby/builds/635614220