mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Specify sqlite gem version explicitly in version-specific bug report templates
This commit is contained in:
parent
3cace9eac9
commit
0375ccbae3
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ gemfile(true) do
|
|||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activerecord", "5.2.0"
|
||||
gem "sqlite3"
|
||||
gem "sqlite3", "~> 1.3.6"
|
||||
end
|
||||
|
||||
require "active_record"
|
||||
|
|
|
@ -9,7 +9,7 @@ gemfile(true) do
|
|||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activerecord", "5.2.0"
|
||||
gem "sqlite3"
|
||||
gem "sqlite3", "~> 1.3.6"
|
||||
end
|
||||
|
||||
require "active_record"
|
||||
|
|
Loading…
Reference in a new issue