I'm receiving a syntax error when using ejson-rails and psych together. Seems that any special character at the beginning of the string is causing rails credentials to fail when being loaded.
I receive in `parse': (): did not find expected node content while parsing a block node at line 16 column 13 (Psych::SyntaxError) in psych-4.0.0/lib/psyche.rb 454
Is this a known problem with psych or do we have a method for handling this issue?
I'm receiving a syntax error when using ejson-rails and psych together. Seems that any special character at the beginning of the string is causing rails credentials to fail when being loaded.
example below
secrets.json
I receive in `parse': (): did not find expected node content while parsing a block node at line 16 column 13 (Psych::SyntaxError) in psych-4.0.0/lib/psyche.rb 454
Is this a known problem with psych or do we have a method for handling this issue?