Skip to content

Commit a032004

Browse files
committed
Revert "Freeze rack in 2.0 for guides bug report templates"
This reverts commit c5ace24. Since this commit support for Rack 3 has stabilized.
1 parent 4d2be09 commit a032004

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

guides/bug_report_templates/action_controller_main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
gem "rails", github: "rails/rails", branch: "main"
11-
gem "rack", "~> 2.0"
1211
end
1312

1413
require "action_controller/railtie"

guides/bug_report_templates/action_mailbox_main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
gem "rails", github: "rails/rails", branch: "main"
11-
gem "rack", "~> 2.0"
1211
gem "sqlite3"
1312
end
1413

guides/bug_report_templates/active_storage_main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
gem "rails", github: "rails/rails", branch: "main"
11-
gem "rack", "~> 2.0"
1211
gem "sqlite3"
1312
end
1413

0 commit comments

Comments
 (0)