Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby
require 'fileutils'
require_relative 'bundler'
Copy link
Member

@santib santib Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed. Notice that this file comes from Rails https://github.com/rails/rails/blob/cf4e3c508adf930eb70e4b3e6e16d2ca83b7e9b3/railties/lib/rails/generators/rails/app/templates/bin/setup.tt#L4

what is the exact command that you are running?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error comes when run the bootstrap.sh script, and I saw the file history and previous to the Rails 8 update have this require

7474d9e#diff-83a07cb3b17898a530fb9aadd9b41c7fc9217cb6d0cdbcd6fbb0577cba79780bL3


# path to your application root.
APP_ROOT = File.expand_path('..', __dir__)

Expand Down