rbenv - Unable to start Ruby Thin Command -


i trying run dashboard written in ruby using dashing framework. however, when go run:

dashing start

i this:

bundler: failed load command: thin (/users/haddad/.rbenv/versions/2.2.3/bin/thin) 

i should note, did kill thin process manually kill <pid of thin>

how fix or restart process?

did have dashing framework in gemfile , ran bundle install?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -