Skip to content

Commit cac6312

Browse files
committed
Merge pull request rails#56667 from yahonda/use-released-net-smtp-in-bug-report-templates
Use the released version of net-smtp in bug report templates
1 parent 95a24ec commit cac6312

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

guides/bug_report_templates/action_mailbox.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# gem "rails", github: "rails/rails", branch: "main"
1111

1212
gem "sqlite3"
13-
gem "net-smtp", github: "ruby/net-smtp", ref: "d496a829f9b99adb44ecc1768c4d005e5f7b779e", require: false
1413
end
1514

1615
require "active_record/railtie"

guides/bug_report_templates/action_mailer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
gem "rails"
99
# If you want to test against edge Rails replace the previous line with this:
1010
# gem "rails", github: "rails/rails", branch: "main"
11-
gem "net-smtp", github: "ruby/net-smtp", ref: "d496a829f9b99adb44ecc1768c4d005e5f7b779e", require: false
1211
end
1312

1413
require "action_mailer/railtie"

0 commit comments

Comments
 (0)