Skip to content

Commit c7ff8b9

Browse files
committed
Add sqlite3 back to bug templates that need it
The sqlite3 gem was removed during the merging of main and gem templates, but the resulting templates still depend on it.
1 parent 32afa64 commit c7ff8b9

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)