We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2f954 commit 0094414Copy full SHA for 0094414
test/integration/user_install_test.sh
@@ -9,6 +9,7 @@ set -eux
9
rm -f Gemfile.lock
10
bundle remove actionmailer || true
11
bundle remove rails || true
12
+rm -f Gemfile.lock
13
bundle add rails --skip-install ${RAILSOPTS:-}
14
bundle install --prefer-local
15
bundle exec rails -v
@@ -21,6 +22,7 @@ pushd "My Workspace"
21
22
function prepare_deps {
23
# make sure to use the same version of rails (e.g., install from git source if necessary)
24
bundle remove rails --skip-install
25
+ rm -f Gemfile.lock
26
27
28
# use the tailwindcss-rails under test
0 commit comments