1
0
Fork 0
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:
Sergey Ponomarev 2019-02-04 17:35:46 -05:00
parent 3cace9eac9
commit 0375ccbae3
No known key found for this signature in database
GPG key ID: E450C9308249D501
2 changed files with 2 additions and 2 deletions

View file

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

View file

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