Skip to content

Instantly share code, notes, and snippets.

@breim
Created August 29, 2018 18:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save breim/f1fa3bda9b2d49a2d7340d4957f9ae59 to your computer and use it in GitHub Desktop.
ubuntu@ip-172-31-57-145:~$ gem install chili_player
Fetching: chili_player-0.1.2.gem (100%)
Successfully installed chili_player-0.1.2
Parsing documentation for chili_player-0.1.2
Installing ri documentation for chili_player-0.1.2
Done installing documentation for chili_player after 0 seconds
1 gem installed
ubuntu@ip-172-31-57-145:~$ irb
2.3.3 :001 > require 'chili_player'
LoadError: cannot load such file -- rest-client
from /home/ubuntu/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /home/ubuntu/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /home/ubuntu/.rvm/gems/ruby-2.3.3/gems/chili_player-0.1.2/lib/chili_player/videos.rb:3:in `<top (required)>'
from /home/ubuntu/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment