Skip to content

Commit 70c4226

Browse files
committed
dev: Shorten up the "installation difficulties" template
[skip ci]
1 parent 9ee1aa0 commit 70c4226

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/ISSUE_TEMPLATE/2-installation-difficulties.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,17 @@ the mkmf.log file contents go here
4444

4545
What is the output from `ruby -v`?
4646

47-
What is the output from `gem -v`?
48-
4947
What is the output from `gem env`?
5048

5149
```
5250
the output of "gem env" output goes here
5351
```
5452

5553

56-
If you're using Bundler:
57-
- what is the output from `bundle version`?
58-
- what is the output from `bundle config`? (Take care to redact any credentials)
54+
If you're installing using Bundler, what is the output from `bundle env`? (Take care to redact any credentials)
5955

6056
```
61-
the output of "bundle config" goes here
57+
the output of "bundle env" goes here
6258
```
6359

6460
If you're on MacOS, please note:

0 commit comments

Comments
 (0)