Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Remove Linux bundler workaround not needed in 7.1
Browse files Browse the repository at this point in the history
Rails 7.1 now incorporates this workaround, so we no longer need to do
it ourselves.
  • Loading branch information
mattbrictson committed Oct 12, 2023
1 parent 9ed04b1 commit bc1997e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def apply_template!

append_to_file ".gitignore", "node_modules" unless File.read(".gitignore").match?(%{^/?node_modules})

run_with_clean_bundler_env "bundle lock --add-platform x86_64-linux"

unless any_local_git_commits?
git checkout: "-b main"
git add: "-A ."
Expand Down

0 comments on commit bc1997e

Please sign in to comment.