Skip to content

Commit 7f5bd51

Browse files
authored
fix: Update pact-ruby-standalone to 1.91.0, shortening the path for windows users
1 parent 1d63450 commit 7f5bd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (environmentProxy) {
2525
}
2626

2727
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
28-
export const PACT_STANDALONE_VERSION = '1.89.02-rc1';
28+
export const PACT_STANDALONE_VERSION = '1.91.0';
2929
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
3030
const HTTP_REGEX = /^http(s?):\/\//;
3131

0 commit comments

Comments
 (0)