Skip to content

Commit 17846af

Browse files
authored
Merge pull request rails#50376 from skipkayhil/hm-bug-templates-missing-sqlite
Add sqlite3 back to bug templates that need it
2 parents 0a67279 + c7ff8b9 commit 17846af

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

guides/bug_report_templates/action_mailbox.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
gem "rails"
1111
# If you want to test against edge Rails replace the previous line with this:
1212
# gem "rails", github: "rails/rails", branch: "main"
13+
14+
gem "sqlite3"
1315
end
1416

1517
require "active_record/railtie"

guides/bug_report_templates/active_record.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
gem "rails"
1111
# If you want to test against edge Rails replace the previous line with this:
1212
# gem "rails", github: "rails/rails", branch: "main"
13+
14+
gem "sqlite3"
1315
end
1416

1517
require "active_record"

guides/bug_report_templates/active_record_migrations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
gem "rails"
1111
# If you want to test against edge Rails replace the previous line with this:
1212
# gem "rails", github: "rails/rails", branch: "main"
13+
14+
gem "sqlite3"
1315
end
1416

1517
require "active_record"

guides/bug_report_templates/active_storage.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
gem "rails"
1111
# If you want to test against edge Rails replace the previous line with this:
1212
# gem "rails", github: "rails/rails", branch: "main"
13+
14+
gem "sqlite3"
1315
end
1416

1517
require "active_record/railtie"

0 commit comments

Comments
 (0)