Skip to content

Commit

Permalink
Merge pull request rails#49632 from zzak/bug_report_templates/unfreez…
Browse files Browse the repository at this point in the history
…e_rack

Revert "Freeze rack in 2.0 for guides bug report templates"
  • Loading branch information
kamipo authored Oct 15, 2023
2 parents 64ab1cf + a032004 commit 53438e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion guides/bug_report_templates/action_controller_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion guides/bug_report_templates/action_mailbox_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion guides/bug_report_templates/active_storage_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53438e9

Please sign in to comment.