houdini_upgrade:run add bundle to cleanup the carrierwave dependencies

This commit is contained in:
Eric 2020-05-07 14:13:28 -05:00
parent cdf6235071
commit 936ea739a7

View file

@ -39,6 +39,7 @@ end
Rake::Task["houdini_upgrade:create_backup_uploader_migration"].invoke
sh "rails db:migrate"
Rake::Task["houdini_upgrade:cleanup_upgrade_files"].invoke
sh 'bundle'
end
task :cw_to_activestorage, [:aws_bucket, :aws_region, :aws_assethost] do |t, args|