We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f411c commit c0332e8Copy full SHA for c0332e8
standalone/install.ts
@@ -3,7 +3,7 @@ import path = require('path');
3
import fs = require('fs');
4
5
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
6
-export const PACT_STANDALONE_VERSION = '1.88.78';
+export const PACT_STANDALONE_VERSION = '1.88.80';
7
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
8
const HTTP_REGEX = /^http(s?):\/\//;
9
0 commit comments