There was an error while loading. Please reload this page.
1 parent 3873fa3 commit ff8bbd8Copy full SHA for ff8bbd8
1 file changed
cocina_level2_prs.rb
@@ -76,7 +76,7 @@ def create_branch
76
def update_gems
77
gemfile = File.read('Gemfile')
78
included_gems = %w[cocina-models dor-services-client sdr-client].filter { |gem_name| gemfile.include?(gem_name)}
79
- ErrorEmittingExecutor.execute("bundle update #{included_gems.join(' ')}") unless included_gems.empty?
+ ErrorEmittingExecutor.execute("bundle update --conservative #{included_gems.join(' ')}") unless included_gems.empty?
80
end
81
82
# must be called as part of the block for within_cloned_repo_dir(repo)
0 commit comments