summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/Gemfile.lock
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-12 20:46:17 +0100
committera14m <[email protected]>2020-12-12 20:46:17 +0100
commit0c465900092042947ae3110ba0bf7da48a515545 (patch)
tree42980b769263d0f3198291d788e40738a84ee2f3 /CLI/ruby/Gemfile.lock
parentaa78cc2cf340418ce73a22a7e11a6294592c8ad9 (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/Gemfile.lock')
0 files changed, 0 insertions, 0 deletions