You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code uses a syntax option for hashes that was added in the 1.9 series of ruby, but the error here seems to imply that the version being used doesn't support it? Is there any way you could bump to a newer version of ruby?
Hmm. Commands seem to be working ok in other contexts, and the ruby 1.9 series is deprecated in favor of the higher 2.0 rubies at this point, which makes me reticent to try and support these older versions. You may need to get ruby from somewhere other than that source in order to get a non-deprecated version, then you should hopefully have better luck.
Hi,
I am trying out prmd, but no matter which command I run, I always get a syntax error:
I'm running Ruby version 1.9.3 on Bash on Ubuntu on Windows.
prmd version is 0.12.0
The text was updated successfully, but these errors were encountered: