We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec27257 + 72aa03c commit 777191fCopy full SHA for 777191f
test/integration/user_journey_test.sh
@@ -25,9 +25,12 @@ bundle exec rails new test-app --skip-bundle
25
pushd test-app
26
27
# make sure to use the same version of rails (e.g., install from git source if necessary)
28
-bundle remove rails
+bundle remove rails --skip-install
29
bundle add rails --skip-install ${RAILSOPTS:-}
30
31
+# work around https://github.com/net-ssh/bcrypt_pbkdf-ruby/issues/24
32
+bundle add bcrypt_pbkdf -v 1.1.1.rc2 --skip-install
33
+
34
# use the tailwindcss-rails under test
35
bundle add tailwindcss-rails --path="../.."
36
bundle install
0 commit comments