Merge pull request #49632 from zzak/bug_report_templates/unfreeze_rack

Revert "Freeze rack in 2.0 for guides bug report templates"
This commit is contained in:
Ryuta Kamizono 2023-10-15 12:40:51 +09:00 committed by GitHub
commit 53438e9216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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