zenpush icon indicating copy to clipboard operation
zenpush copied to clipboard

Cannot run with the default json_pure-1.5.5

Open borisboho opened this issue 2 years ago • 0 comments

C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/json_pure-1.5.5/lib/json/common.rb:148:in `initialize': wrong number of arguments (given 2, expected 1) (ArgumentError)

    Parser.new(source, opts).parse
               ^^^^^^^^^^^^```

Fixed by
`gem install json` and removing the `json_pure-1.5.5` gem

borisboho avatar Jun 07 '23 03:06 borisboho