bin/solara in solara-0.2.3 vs bin/solara in solara-0.2.4

- old
+ new

@@ -1,11 +1,11 @@ #!/usr/bin/env ruby # bin/solara 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 } Dir.glob("#{__dir__}/core/scripts/*.rb").each { |file| require file } Dir.glob("#{__dir__}/core/*.rb").each { |file| require file } \ No newline at end of file