diff options
| author | a14m <[email protected]> | 2020-12-12 20:46:17 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-12 20:46:17 +0100 |
| commit | 0c465900092042947ae3110ba0bf7da48a515545 (patch) | |
| tree | 42980b769263d0f3198291d788e40738a84ee2f3 /CLI/ruby/lib | |
| parent | aa78cc2cf340418ce73a22a7e11a6294592c8ad9 (diff) | |
Fix the required ruby version (2.4 isn't supported)
Ruby 2.4 URI.open method is private and cannot be used
I can support 2.4 by using `URI.send(:open, uri)` instead of `URI.open`
but I haven't investigated that, and I don't think it's critical to
support 2.4
Diffstat (limited to 'CLI/ruby/lib')
0 files changed, 0 insertions, 0 deletions
