From a03200460e8a54a3e6eee014a88f64e7fa7f603b Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 14 Oct 2023 09:23:28 +0900 Subject: [PATCH] Revert "Freeze rack in 2.0 for guides bug report templates" This reverts commit c5ace249e742eeb5f5aee4b4464b9c6f7a4af3eb. Since this commit support for Rack 3 has stabilized. --- guides/bug_report_templates/action_controller_main.rb | 1 - guides/bug_report_templates/action_mailbox_main.rb | 1 - guides/bug_report_templates/active_storage_main.rb | 1 - 3 files changed, 3 deletions(-) diff --git a/guides/bug_report_templates/action_controller_main.rb b/guides/bug_report_templates/action_controller_main.rb index 55802e7af11..c9d8bee95e1 100644 --- a/guides/bug_report_templates/action_controller_main.rb +++ b/guides/bug_report_templates/action_controller_main.rb @@ -8,7 +8,6 @@ gemfile(true) do git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" - gem "rack", "~> 2.0" end require "action_controller/railtie" diff --git a/guides/bug_report_templates/action_mailbox_main.rb b/guides/bug_report_templates/action_mailbox_main.rb index 35960f4ce82..dee62bd25a4 100644 --- a/guides/bug_report_templates/action_mailbox_main.rb +++ b/guides/bug_report_templates/action_mailbox_main.rb @@ -8,7 +8,6 @@ gemfile(true) do git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" - gem "rack", "~> 2.0" gem "sqlite3" end diff --git a/guides/bug_report_templates/active_storage_main.rb b/guides/bug_report_templates/active_storage_main.rb index da9aefd69cf..e92171080dc 100644 --- a/guides/bug_report_templates/active_storage_main.rb +++ b/guides/bug_report_templates/active_storage_main.rb @@ -8,7 +8,6 @@ gemfile(true) do git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" - gem "rack", "~> 2.0" gem "sqlite3" end