Skip to content

Commit 0298cfc

Browse files
committed
Don't ship the .bundle config in the package
This prevents `bundle install` working correctly on deployment.
1 parent 3a12dc4 commit 0298cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def remove_archive
315315

316316
def remove_artifacts
317317
args = %w[rm -rf]
318-
args.concat %w[log tmp]
318+
args.concat %w[.bundle log tmp]
319319

320320
info "Removing build artifacts ..."
321321
Kernel.system *args

0 commit comments

Comments
 (0)