Skip to content

Commit

Permalink
Fix Rails 7.1 CI compatibility by enabling action-cable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Dec 6, 2023
1 parent 6540d84 commit 9eda8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.21
2.4.22
4 changes: 3 additions & 1 deletion lib/tasks/dummy.thor
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ class Dummy < Thor

def bootstrap
run "rm -f bin/rails" # rails new will check for this file and fail if it exists

# Note: we have temporarily removed --skip-action-cable
# https://github.com/hotwired/turbo-rails/issues/512
run <<~SH
cd spec && \
rails new dummy \
--database sqlite3 \
--skip-action-cable \
--skip-action-mailer \
--skip-action-mailbox \
--skip-active-job \
Expand Down

0 comments on commit 9eda8f2

Please sign in to comment.