File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
66:: Tell Bundler where the Gemfile and gems are.
77set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
88set BUNDLE_IGNORE_CONFIG =
9+ set BUNDLE_FROZEN = 1
910
1011:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
1112@ " %ROOT_PATH% \lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH% \lib\app\lib " %ROOT_PATH% \lib\app\pact-broker.rb" %*
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2020# Tell Bundler where the Gemfile and gems are.
2121export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
2222unset BUNDLE_IGNORE_CONFIG
23+ export BUNDLE_FROZEN=1
2324
2425# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
2526exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I " $LIBDIR /app/lib" " $LIBDIR /app/pact-broker.rb" " $@ "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
66:: Tell Bundler where the Gemfile and gems are.
77set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
88set BUNDLE_IGNORE_CONFIG =
9+ set BUNDLE_FROZEN = 1
910
1011:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
1112@ " %ROOT_PATH% \lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH% \lib\app\lib " %ROOT_PATH% \lib\app\pact-mock-service.rb" %*
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2020# Tell Bundler where the Gemfile and gems are.
2121export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
2222unset BUNDLE_IGNORE_CONFIG
23+ export BUNDLE_FROZEN=1
2324
2425# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
2526exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I " $LIBDIR /app/lib" " $LIBDIR /app/pact-mock-service.rb" " $@ "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CALL :RESOLVE "%RUNNING_PATH%\.." ROOT_PATH
66:: Tell Bundler where the Gemfile and gems are.
77set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
88set BUNDLE_IGNORE_CONFIG =
9+ set BUNDLE_FROZEN = 1
910
1011:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
1112@ " %ROOT_PATH% \lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH% \lib\app\lib " %ROOT_PATH% \lib\app\pact-provider-verifier.rb" %*
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2020# Tell Bundler where the Gemfile and gems are.
2121export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
2222unset BUNDLE_IGNORE_CONFIG
23+ export BUNDLE_FROZEN=1
2324unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
2425
2526# 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
66:: Tell Bundler where the Gemfile and gems are.
77set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
88set BUNDLE_IGNORE_CONFIG =
9+ set BUNDLE_FROZEN = 1
910
1011:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
1112@ " %ROOT_PATH% \lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH% \lib\app\lib " %ROOT_PATH% \lib\app\pact-publish.rb" %*
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2020# Tell Bundler where the Gemfile and gems are.
2121export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
2222unset BUNDLE_IGNORE_CONFIG
23+ export BUNDLE_FROZEN=1
2324unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
2425
2526# 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
66:: Tell Bundler where the Gemfile and gems are.
77set " BUNDLE_GEMFILE = %ROOT_PATH% \lib\vendor\Gemfile"
88set BUNDLE_IGNORE_CONFIG =
9+ set BUNDLE_FROZEN = 1
910
1011:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
1112@ " %ROOT_PATH% \lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH% \lib\app\lib " %ROOT_PATH% \lib\app\pact-stub-service.rb" %*
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2020# Tell Bundler where the Gemfile and gems are.
2121export BUNDLE_GEMFILE=" $LIBDIR /vendor/Gemfile"
2222unset BUNDLE_IGNORE_CONFIG
23+ export BUNDLE_FROZEN=1
2324
2425# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
2526exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I " $LIBDIR /app/lib" " $LIBDIR /app/pact-stub-service.rb" " $@ "
You can’t perform that action at this time.
0 commit comments