Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created February 8, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c021d89960a64de055d2 to your computer and use it in GitHub Desktop.
Save anonymous/c021d89960a64de055d2 to your computer and use it in GitHub Desktop.
$ irb
2.1.8 :001 > require 'bcrypt'
LoadError: cannot load such file -- bcrypt
from /home/xxx/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /home/xxx/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from (irb):1
from /home/xxx/.rvm/rubies/ruby-2.1.8/bin/irb:11:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment