Skip to content

Instantly share code, notes, and snippets.

@Epotignano
Created July 31, 2014 03:22
Show Gist options
  • Save Epotignano/07210f2266a866b60702 to your computer and use it in GitHub Desktop.
Save Epotignano/07210f2266a866b60702 to your computer and use it in GitHub Desktop.
Hello Daniel, I'm having a problem when I'm trying to run the server in my machine, I have ruby2.0.0 in Ubuntu 14.04
Bundler can't install this:
Gem::InstallError: byebug requires Ruby version >= 2.0.0.
An error occurred while installing byebug (2.7.0), and Bundler cannot continue.
Make sure that `gem install byebug -v '2.7.0'` succeeds before bundling.
When I run this
gem install byebug -v '2.7.0'
I obtain this:
Successfully installed byebug-2.7.0
Parsing documentation for byebug-2.7.0
unable to convert "\xD0" from ASCII-8BIT to UTF-8 for lib/byebug/byebug.so, skipping
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment