:wave: Just as a heads up, we've switched the `2....
# pact-ruby-standalone
y
👋 Just as a heads up, we've switched the
2.0.0
release to a pre-release, so it won't be picked up by the latest install script This will pick up the release marked latest (currently
1.92.0
)
Copy code
curl -fsSL <https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh> | bash
You can now pin to particular versions, even if they are pre-releases, for example. this will get you the
2.0.0
version
Copy code
curl -fsSL <https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh> | tag=v2.0.0 bash
some details here https://github.com/pact-foundation/pact-ruby-standalone/issues/101#issuecomment-1535926311 If you do see any issues, please follow standard process and let us know via the GitHub issues, so we can track and others can see.
thankyou 1
👍 2