SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
901 stars 29 forks source link

Fixed Ruby 2.5 compatibility #343

Closed ebababi closed 4 months ago

ebababi commented 4 months ago

Previous commit d54a6b7 broke Ruby 2.5 compatibility by using Time#iso8601. Patching it to use Time#strftime instead.

ebababi commented 4 months ago

No, it's the CI that has issues, not the previous PR.