Commit d1958d9d authored by nimrod's avatar nimrod
Browse files

Replace dashes in Bundle's config with triple underscore.

From the following warning when running bundle nowadays:

Your /home/nimrod/.bundle/config config includes
`BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE-IO/`, which contains
the dash character (`-`).
This is deprecated, because configuration through `ENV` should be
possible, but `ENV` keys cannot include dashes.
Please edit /home/nimrod/.bundle/config and replace any dashes in
configuration keys with a triple underscore (`___`).
parent 5b872375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# vim:ft=yaml
---
BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE-IO/: '{{ run(["ph", "show", "--field", "UserName", "Web Sites/GitHub"])["stdout"] }}:{{ run(["ph", "show", "--field", "Smile gem token", "Web Sites/GitHub"])["stdout"] }}'
BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE___IO/: '{{ run(["ph", "show", "--field", "UserName", "Web Sites/GitHub"])["stdout"] }}:{{ run(["ph", "show", "--field", "Smile gem token", "Web Sites/GitHub"])["stdout"] }}'