We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dba198 commit 1a81295Copy full SHA for 1a81295
test/integration/user_journey_test.sh
@@ -28,9 +28,6 @@ pushd test-app
28
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