openapi_parser icon indicating copy to clipboard operation
openapi_parser copied to clipboard

Disable Ruby 2.3

Open ota42y opened this issue 6 years ago • 1 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.

ota42y avatar Oct 05 '19 12:10 ota42y

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.

ota42y avatar Oct 05 '19 12:10 ota42y