Merge pull request #50376 from skipkayhil/hm-bug-templates-missing-sqlite

Add sqlite3 back to bug templates that need it
This commit is contained in:
Yasuo Honda 2023-12-17 15:23:07 +09:00 committed by GitHub
commit 17846afaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"