Skip to content

Commit ff8bbd8

Browse files
committed
Only update cocina-related deps when creating Cocina level-2 PRs
1 parent 3873fa3 commit ff8bbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cocina_level2_prs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def create_branch
7676
def update_gems
7777
gemfile = File.read('Gemfile')
7878
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?
79+
ErrorEmittingExecutor.execute("bundle update --conservative #{included_gems.join(' ')}") unless included_gems.empty?
8080
end
8181

8282
# must be called as part of the block for within_cloned_repo_dir(repo)

0 commit comments

Comments
 (0)