File tree 12 files changed +12
-2
lines changed
12 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
25
25
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
25
25
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
- unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
25
25
26
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
27
27
exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I " $LIBDIR /app/lib" " $LIBDIR /app/pact-provider-verifier.rb" " $@ "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
- unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
25
25
26
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
27
27
exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I " $LIBDIR /app/lib" " $LIBDIR /app/pact-publish.rb" " $@ "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
25
25
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
6
6
:: Tell Bundler where the Gemfile and gems are.
7
7
set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
8
8
set BUNDLE_IGNORE_CONFIG =
9
+ set RUBYGEMS_GEMDEPS =
9
10
set BUNDLE_FROZEN = 1
10
11
11
12
:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
20
20
# Tell Bundler where the Gemfile and gems are.
21
21
export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
+ unset RUBYGEMS_GEMDEPS
23
24
export BUNDLE_FROZEN=1
24
25
25
26
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
You can’t perform that action at this time.
0 commit comments