diff --git a/test/integration/user_install_test.sh b/test/integration/user_install_test.sh index 09b03b2f..df3aa8f2 100755 --- a/test/integration/user_install_test.sh +++ b/test/integration/user_install_test.sh @@ -7,7 +7,8 @@ set -eux # set up dependencies rm -f Gemfile.lock -bundle remove actionmailer +bundle remove actionmailer || true +bundle remove rails || true bundle add rails --skip-install ${RAILSOPTS:-} bundle install --prefer-local @@ -47,7 +48,7 @@ end EOF cat >> app/assets/tailwind/application.css <