Skip to content

Commit

Permalink
Merge pull request #366 from rails/flavorjones-dep-drop-bcrypt-workar…
Browse files Browse the repository at this point in the history
…ound

dep: drop bcrypt_pbkdf workaround
  • Loading branch information
flavorjones committed May 19, 2024
2 parents 5dba198 + 1a81295 commit 5c73dec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/user_journey_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ pushd test-app
bundle remove rails --skip-install
bundle add rails --skip-install ${RAILSOPTS:-}

# work around https://github.com/net-ssh/bcrypt_pbkdf-ruby/issues/24
bundle add bcrypt_pbkdf -v 1.1.1.rc2 --skip-install

# use the tailwindcss-rails under test
bundle add tailwindcss-rails --path="../.."
bundle install
Expand Down

0 comments on commit 5c73dec

Please sign in to comment.