Install gems ruby:3.2.2 $bundle install --deployment
Run rubocop ruby:3.2.2 $bundle check || bundle install --deployment$bundle exec rubocop"
Run brakeman ruby:3.2.2 $bundle check || bundle install --deployment$bundle exec brakeman --force"
Run bundler-audit ruby:3.2.2 $bundle check || bundle install --deployment$bundle exec bundle-audit check --update
Run rspec ruby:3.2.2 $bundle check || bundle install --deployment$bundle exec rspec
Press enter or space to select a node.You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.