ota42y / openapi_parser

validate and coerce parameter using OpenAPI3 definition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Ruby 2.3

ota42y opened this issue · comments

Ruby 2.3 is already EOL.
So I'm going to drop ruby 2.3 support.

I think when committee drop ruby 2.3 support or we have a very difficult problem, we will drop support.

https://github.com/ota42y/openapi_parser/pull/51/files#diff-b88c8907571865f9d8cbdcb0a78c051eR71
This change use match? method, it not support ruby 2.3 (ruby 2.4 or later)
But we can use other way to support ruby 2.3 so we dosen't drop support.

When we drop ruby 2.3 fix it.