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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
I have not raised this as a pull request at this point as I felt it was worth a discussion first.
I'm not sure if this is related to the version of Ruby. I'm using v3.3.1.
Please let me know your thoughts and whether I should raise this as a PR?
The text was updated successfully, but these errors were encountered:
The
apiary fetch
command is giving me an OpenStruct error:This can be fixed by adding
require 'ostruct'
after therequire 'json'
ingems/apiaryio-0.17.0/lib/apiary/command/fetch.rb
e.g.
I have not raised this as a pull request at this point as I felt it was worth a discussion first.
I'm not sure if this is related to the version of Ruby. I'm using v3.3.1.
Please let me know your thoughts and whether I should raise this as a PR?
The text was updated successfully, but these errors were encountered: