We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eb4fd3 + f31bf93 commit 3ccfcd2Copy full SHA for 3ccfcd2
test/integration/user_journey_test.sh
@@ -18,7 +18,7 @@ rails new test-app --skip-bundle
18
pushd test-app
19
20
# install tailwindcss-rails
21
-echo 'gem "tailwindcss-rails", path: "../.."' >> Gemfile
+bundle add tailwindcss-rails --path="../.."
22
bundle install
23
24
bin/rails tailwindcss:install
0 commit comments