Skip to content

Commit a638592

Browse files
committed
Trying to fix ci errors
1 parent 34ff356 commit a638592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/support/generator_test_helpers.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def self.run_command(env, command, chdir:)
5151
def self.clean_bundle_env(ruby_llm_path:, bundle_gemfile:)
5252
env = {
5353
'RUBYLLM_PATH' => ruby_llm_path,
54-
'BUNDLE_GEMFILE' => bundle_gemfile
54+
'BUNDLE_GEMFILE' => bundle_gemfile,
55+
'BUNDLE_IGNORE_CONFIG' => '1'
5556
}
5657

5758
ENV.each_key do |key|

0 commit comments

Comments
 (0)