rubygems - Installing Bundle for Ruby -


i trying install bundle , keep on getting errors specific gems not being installed. example, byebug debugger not installed had install that, , eventmachine not installed, , json not installed install json , when run

#bundle install 

i still the:

an error occurred while installing json (1..7.7), , bundler cannot continue. make sure 'gem install json -v '1.7.7' succeeds before bundling 

how can install bundle?

edit: gem install json -v '1.7.7' following error: new error message


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -