Closed stevepolitodesign closed 3 months ago
One simple solution is to update the README by recommending we pass --skip_rubocop
Running the following worked. Note that we pass --skip_rubocop
rails new suspenders_qa_7_2 \
--skip-test \
--skip_rubocop \
-d=postgresql \
-m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb
Relates to #1214
Possibly relates to #1216 and #1215
Suspenders requires we run the following command to create a new application:
However, after the release of Rails
v7.2.0
, this command fails: