We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1366850 commit 34963cbCopy full SHA for 34963cb
lib/license_finder/package_managers/bundler.rb
@@ -34,13 +34,13 @@ def prepare_command
34
#logger.info self.class, "Running bundle install for #{Dir.pwd} with path #{gem_path}", color: :blue
35
36
#"bundle install #{ignored_groups_argument} --path #{gem_path}".strip
37
- "bundle install --retry 3 #{ignored_groups_argument}".strip
+ "bundle install #{ignored_groups_argument}".strip
38
else
39
Dir.chdir(project_path) do
40
Cmd.run("bundle config set --local without 'test development devDependencies')")
41
end
42
43
- "bundle install --retry 3 --deployment".strip
+ "bundle install --deployment".strip
44
45
46
0 commit comments