Skip to content

Commit 53438e9

Browse files
authored
Merge pull request rails#49632 from zzak/bug_report_templates/unfreeze_rack
Revert "Freeze rack in 2.0 for guides bug report templates"
2 parents 64ab1cf + a032004 commit 53438e9

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)