Revert "Freeze rack in 2.0 for guides bug report templates"

This reverts commit c5ace249e742eeb5f5aee4b4464b9c6f7a4af3eb.

Since this commit support for Rack 3 has stabilized.
This commit is contained in:
zzak 2023-10-14 09:23:28 +09:00
parent 4d2be091ba
commit a03200460e
No known key found for this signature in database
GPG Key ID: 179EB07C8C010162
3 changed files with 0 additions and 3 deletions

@ -8,7 +8,6 @@
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"

@ -8,7 +8,6 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails", branch: "main"
gem "rack", "~> 2.0"
gem "sqlite3"
end

@ -8,7 +8,6 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails", branch: "main"
gem "rack", "~> 2.0"
gem "sqlite3"
end