Commit 3f156545990a8db8e99f7da776768baab7950c0d
1 parent
433e3aeb
Exists in
master
and in
2 other branches
Updated bug report template [skip ci]
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.github/ISSUE_TEMPLATE/bug_report.md
... | ... | @@ -26,7 +26,9 @@ gemfile do |
26 | 26 | gem "activejob", require: "active_job" |
27 | 27 | gem "sqlite3" |
28 | 28 | gem "searchkick", git: "https://github.com/ankane/searchkick.git" |
29 | - gem "elasticsearch" # or "opensearch-ruby" | |
29 | + # uncomment one | |
30 | + # gem "elasticsearch" | |
31 | + # gem "opensearch-ruby" | |
30 | 32 | end |
31 | 33 | |
32 | 34 | puts "Searchkick version: #{Searchkick::VERSION}" | ... | ... |