Skip to content

Commit babd59e

Browse files
committed
We should be preload the app not pruning bundler
1 parent 139da9b commit babd59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/puma/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
restart_command 'bundle exec puma'
1717

18-
prune_bundler
18+
preload_app!
1919

2020
on_restart do
2121
puts 'Refreshing Gemfile'

0 commit comments

Comments
 (0)