We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bundle add
--path
1 parent 3eb4fd3 commit f31bf93Copy full SHA for f31bf93
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