From ce780bd4498b76ef32170c1b3096f33200121c2d Mon Sep 17 00:00:00 2001 From: Malek Kamel Date: Thu, 26 Sep 2024 15:13:51 +0300 Subject: [PATCH] Update Solara --- bin/solara | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/solara b/bin/solara index 6428bb5..045cb5d 100755 --- a/bin/solara +++ b/bin/solara @@ -3,8 +3,8 @@ require 'solara' -if RUBY_VERSION < '2.0.0' - abort("Solara requires Ruby 2.0.0 or higher") +if RUBY_VERSION < '3.0.0' + abort("Solara requires Ruby 3.0.0 or higher") end Dir.glob("#{__dir__}/core/scripts/*.rb").each { |file| require file }