On Tue, Jan 23, 2018 at 5:25 PM, Craig Russell <[email protected]> wrote: > While we're at it, I'm planning on using the json Gem to persist objects to > files in json format. > > Is anything needed in the bundle in order to "require json" ?
No. It is part of the standard library: https://docs.ruby-lang.org/en/2.4.0/JSON.html - Sam Ruby
