Skip to content

Commit

Permalink
test(ci): ruby 3.1.2 standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 10, 2023
1 parent ce68e9a commit 97d1c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/lib/download-standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_binary curl
require_binary unzip
require_env_var STANDALONE_VERSION

BASEURL=https://github.com/pact-foundation/pact-ruby-standalone/releases/download
BASEURL=https://github.com/you54f/pact-ruby-standalone/releases/download
STANDALONE_DIR="${LIB_DIR}/../../standalone"

function download_standalone {
Expand Down
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk = require('chalk');

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '2.0.0';
export const PACT_STANDALONE_VERSION = '2.2.1';

function makeError(msg: string): Error {
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));
Expand Down

0 comments on commit 97d1c9e

Please sign in to comment.