Skip to content

Commit

Permalink
Merge pull request #50376 from skipkayhil/hm-bug-templates-missing-sq…
Browse files Browse the repository at this point in the history
…lite

Add sqlite3 back to bug templates that need it
  • Loading branch information
yahonda authored Dec 17, 2023
2 parents 0a67279 + c7ff8b9 commit 17846af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/bug_report_templates/action_mailbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
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"
Expand Down
2 changes: 2 additions & 0 deletions guides/bug_report_templates/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
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"
Expand Down
2 changes: 2 additions & 0 deletions guides/bug_report_templates/active_record_migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
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"
Expand Down
2 changes: 2 additions & 0 deletions guides/bug_report_templates/active_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
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"
Expand Down

0 comments on commit 17846af

Please sign in to comment.