Skip to content

Commit

Permalink
Update lib/modules/manager/bundler/artifacts.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
kayw-geek and viceice authored Dec 14, 2024
1 parent f5118d5 commit e4e5474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/bundler/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function updateArtifacts(
const commands: string[] = [];

if (
config.updateType === 'lockFileMaintenance' ||
updatedDeps.some(dep => dep.updateType === 'lockFileMaintenance') ||
config.isLockFileMaintenance
) {
commands.push('bundler lock --update');
Expand Down

0 comments on commit e4e5474

Please sign in to comment.