Skip to content

Commit c08e36d

Browse files
committed
ci: fix integration tests with rails 8.0
which was failing because the bundler binstub has been removed in modern bundler, see rubygems/rubygems#8345
1 parent eb7423d commit c08e36d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

test/integration/user_upgrade_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)