We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba83a7 commit 54d50ffCopy full SHA for 54d50ff
harness/harness-common.rb
@@ -51,7 +51,7 @@ def setup_cmds(c)
51
def use_gemfile(extra_setup_cmd: nil)
52
# Benchmarks should normally set their current directory and then call this method.
53
54
- setup_cmds(["bundle check 2> /dev/null || bundle install", extra_setup_cmd].compact)
+ setup_cmds(["bundle check 2> /dev/null || BUNDLE_FROZEN=1 bundle install", extra_setup_cmd].compact)
55
56
# Need to be in the appropriate directory for this...
57
require "bundler"
0 commit comments