We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee1aa0 commit 70c4226Copy full SHA for 70c4226
.github/ISSUE_TEMPLATE/2-installation-difficulties.md
@@ -44,21 +44,17 @@ the mkmf.log file contents go here
44
45
What is the output from `ruby -v`?
46
47
-What is the output from `gem -v`?
48
-
49
What is the output from `gem env`?
50
51
```
52
the output of "gem env" output goes here
53
54
55
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)
+If you're installing using Bundler, what is the output from `bundle env`? (Take care to redact any credentials)
59
60
61
-the output of "bundle config" goes here
+the output of "bundle env" goes here
62
63
64
If you're on MacOS, please note:
0 commit comments