Skip to content

Commit

Permalink
Merge pull request #205 from rails/flavorjones-use-bundler-add-with-path
Browse files Browse the repository at this point in the history
ci: use `bundle add` with the new `--path` param
  • Loading branch information
flavorjones authored Sep 27, 2022
2 parents 3eb4fd3 + f31bf93 commit 3ccfcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/user_journey_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rails new test-app --skip-bundle
pushd test-app

# install tailwindcss-rails
echo 'gem "tailwindcss-rails", path: "../.."' >> Gemfile
bundle add tailwindcss-rails --path="../.."
bundle install

bin/rails tailwindcss:install
Expand Down

0 comments on commit 3ccfcd2

Please sign in to comment.