Skip to content

Commit 5c73dec

Browse files
authored
Merge pull request #366 from rails/flavorjones-dep-drop-bcrypt-workaround
dep: drop bcrypt_pbkdf workaround
2 parents 5dba198 + 1a81295 commit 5c73dec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: 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)