Skip to content

Commit 3ccfcd2

Browse files
authored
Merge pull request #205 from rails/flavorjones-use-bundler-add-with-path
ci: use `bundle add` with the new `--path` param
2 parents 3eb4fd3 + f31bf93 commit 3ccfcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/user_journey_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rails new test-app --skip-bundle
1818
pushd test-app
1919

2020
# install tailwindcss-rails
21-
echo 'gem "tailwindcss-rails", path: "../.."' >> Gemfile
21+
bundle add tailwindcss-rails --path="../.."
2222
bundle install
2323

2424
bin/rails tailwindcss:install

0 commit comments

Comments
 (0)