Smashing / smashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
https://smashing.github.io/
MIT License
3.22k stars 324 forks source link

:bug: Fix dashing install #196

Closed thomaswitt closed 1 year ago

thomaswitt commented 1 year ago

Replaced open with URI.open, as Kernel#open was deprecated in Ruby 2.7 and doens't work anymore with Ruby 3

Details: https://github.com/ruby/open-uri/commit/53862fa35887a34a8060aebf2241874240c2986a

kinow commented 1 year ago

Released in 1.3.6 :+1: