Ryan Brooks
Ryan Brooks
### Describe the problem Bundling a project with this gem and bundler 2 yields the following error: ``` Bundler could not find compatible versions for gem "bundler": In Gemfile: tty...
Hi :wave:, I'm trying to port an existing (hand-written) OpenAPI 3.0.1 doc into rswag using 2.2.0. Things have gone well so far, but I'm struggling to get schema validation to...
UTF-8 files with a Byte Order Mark have the BOM passed through to the content by default in Ruby, and the result is whitespace errors reported by csvlint. Here's an...