diff --git a/guides/bug_report_templates/action_mailbox.rb b/guides/bug_report_templates/action_mailbox.rb index 50e6b57e250..cb4b599c4d3 100644 --- a/guides/bug_report_templates/action_mailbox.rb +++ b/guides/bug_report_templates/action_mailbox.rb @@ -10,6 +10,8 @@ gemfile(true) do gem "rails" # If you want to test against edge Rails replace the previous line with this: # gem "rails", github: "rails/rails", branch: "main" + + gem "sqlite3" end require "active_record/railtie" diff --git a/guides/bug_report_templates/active_record.rb b/guides/bug_report_templates/active_record.rb index 5ade95ccdf9..d9fb1436764 100644 --- a/guides/bug_report_templates/active_record.rb +++ b/guides/bug_report_templates/active_record.rb @@ -10,6 +10,8 @@ gemfile(true) do gem "rails" # If you want to test against edge Rails replace the previous line with this: # gem "rails", github: "rails/rails", branch: "main" + + gem "sqlite3" end require "active_record" diff --git a/guides/bug_report_templates/active_record_migrations.rb b/guides/bug_report_templates/active_record_migrations.rb index 7aa989d3a49..116e7b48945 100644 --- a/guides/bug_report_templates/active_record_migrations.rb +++ b/guides/bug_report_templates/active_record_migrations.rb @@ -10,6 +10,8 @@ gemfile(true) do gem "rails" # If you want to test against edge Rails replace the previous line with this: # gem "rails", github: "rails/rails", branch: "main" + + gem "sqlite3" end require "active_record" diff --git a/guides/bug_report_templates/active_storage.rb b/guides/bug_report_templates/active_storage.rb index d646cf57d51..237a9270063 100644 --- a/guides/bug_report_templates/active_storage.rb +++ b/guides/bug_report_templates/active_storage.rb @@ -10,6 +10,8 @@ gemfile(true) do gem "rails" # If you want to test against edge Rails replace the previous line with this: # gem "rails", github: "rails/rails", branch: "main" + + gem "sqlite3" end require "active_record/railtie"