mirror of https://github.com/rails/rails
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:
commit
17846afaa5
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue