Skip to content

Commit bf997a3

Browse files
committed
ci: fix Rails 8.0 upstream tests
which was failing because the bundler binstub has been removed in modern bundler, see rubygems/rubygems#8345
1 parent 0094414 commit bf997a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/user_install_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -o pipefail
66
set -eux
77

88
# set up dependencies
9+
gem install bcrypt # it's complicated, see Rails 7549ba77. can probably be removed once Rails 8.0 is EOL.
910
rm -f Gemfile.lock
1011
bundle remove actionmailer || true
1112
bundle remove rails || true

0 commit comments

Comments
 (0)