You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But then I run into this problem when I try to run restacker
Traceback (most recent call last):
5: from /usr/local/bin/restacker:23:in `<main>'
4: from /usr/local/bin/restacker:23:in `load'
3: from /usr/local/lib/ruby/gems/2.5.0/gems/restacker-1.0.0/bin/restacker:114:in `<top (required)>'
2: from /usr/local/lib/ruby/gems/2.5.0/gems/restacker-1.0.0/lib/restacker_config.rb:82:in `find_user'
1: from /usr/local/lib/ruby/gems/2.5.0/gems/restacker-1.0.0/lib/restacker_config.rb:87:in `find_plane'
/usr/local/lib/ruby/gems/2.5.0/gems/restacker-1.0.0/lib/restacker_config.rb:87:in `[]': no implicit conversion of Symbol into Integer (TypeError)
The text was updated successfully, but these errors were encountered:
The code itself requires updating the code to the latest version of Ruby. Somewhere, it should be listed that restacker is only compatible to certain version of Ruby ~2.3.7
I managed to install from source via
But then I run into this problem when I try to run
restacker
The text was updated successfully, but these errors were encountered: