From bc1997ea5b43c4c4dbce65db828a4c41abfe7b01 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 12 Oct 2023 16:35:08 -0700 Subject: [PATCH] Remove Linux bundler workaround not needed in 7.1 Rails 7.1 now incorporates this workaround, so we no longer need to do it ourselves. --- template.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/template.rb b/template.rb index da6bdfe2..3d686730 100644 --- a/template.rb +++ b/template.rb @@ -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 ."