Skip to content

Commit

Permalink
Update Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekKamel committed Sep 26, 2024
1 parent 9e0b34c commit ce780bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/solara
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ce780bd

Please sign in to comment.