Created
August 29, 2018 18:49
-
-
Save breim/f1fa3bda9b2d49a2d7340d4957f9ae59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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