Skip to content

Commit 1a81295

Browse files
committed
dep: drop bcrypt_pbkdf workaround
1 parent 5dba198 commit 1a81295

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/user_journey_test.sh

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ pushd test-app
2828
bundle remove rails --skip-install
2929
bundle add rails --skip-install ${RAILSOPTS:-}
3030

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-
3431
# use the tailwindcss-rails under test
3532
bundle add tailwindcss-rails --path="../.."
3633
bundle install

0 commit comments

Comments
 (0)