Skip to content

Instantly share code, notes, and snippets.

@pogin503
Last active August 29, 2015 14:04
Show Gist options
  • Save pogin503/db00d952241e8209308b to your computer and use it in GitHub Desktop.
Save pogin503/db00d952241e8209308b to your computer and use it in GitHub Desktop.
pogin ~/workspace/ruby
➤ rbenv global system
------------------------------------------------------------
pogin ~/workspace/ruby
➤ rbenv rehash
------------------------------------------------------------
pogin ~/workspace/ruby
➤ gem list
*** LOCAL GEMS ***
addressable (2.3.6)
berkshelf (3.1.4)
berkshelf-api-client (1.2.0)
bigdecimal (1.2.4)
buff-config (1.0.0)
buff-extensions (1.0.0)
buff-ignore (1.1.1)
buff-ruby_engine (0.1.0)
buff-shell_out (0.1.1)
bundler (1.6.3)
celluloid (0.16.0.pre2)
celluloid-io (0.16.0.pre2)
chef (11.12.8)
chef-zero (2.0.2)
coderay (1.1.0)
dep-selector-libgecode (1.0.2)
dep_selector (1.0.3)
diff-lcs (1.2.5)
erubis (2.7.0)
faraday (0.9.0)
ffi (1.9.3)
hashie (2.1.2)
highline (1.6.21)
hitimes (1.2.2)
io-console (0.4.2)
ipaddress (0.8.0)
json (1.8.1)
knife-solo (0.4.2)
method_source (0.8.2)
mime-types (1.25.1)
minitar (0.5.4)
minitest (4.7.5)
mixlib-authentication (1.3.0)
mixlib-cli (1.5.0)
mixlib-config (2.1.0)
mixlib-log (1.6.0)
mixlib-shellout (1.4.0)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-ssh (2.9.1)
net-ssh-gateway (1.2.0)
net-ssh-multi (1.2.0)
nio4r (1.0.0)
octokit (3.2.0)
ohai (7.0.4)
pry (0.10.0)
psych (2.0.5, 2.0.3)
rack (1.5.2)
rake (10.1.0)
rdoc (4.1.1, 4.1.0)
rest-client (1.6.8)
retryable (1.3.5)
ridley (4.0.0)
sawyer (0.5.4)
semverse (1.1.0)
slop (3.5.0)
solve (1.2.0)
systemu (2.5.2)
test-unit (2.1.2.0, 2.1.1.0)
thor (0.19.1)
timers (3.0.1)
varia_model (0.4.0)
yajl-ruby (1.2.1)
------------------------------------------------------------
pogin ~/workspace/ruby
➤ gem clean
Cleaning up installed gems...
Clean Up Complete
------------------------------------------------------------
pogin ~/workspace/ruby
➤ gem uni yajl-ruby
You have requested to uninstall the gem:
yajl-ruby-1.2.1
chef-11.12.8 depends on yajl-ruby (~> 1.1)
ohai-7.0.4 depends on yajl-ruby (>= 0)
If you remove this gem, these dependencies will not be met.
Continue with Uninstall? [yN] y
Successfully uninstalled yajl-ruby-1.2.1
------------------------------------------------------------
pogin ~/workspace/ruby
➤ gem i yajl-ruby
Fetching: yajl-ruby-1.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed yajl-ruby-1.2.1
1 gem installed
------------------------------------------------------------
pogin ~/workspace/vagrant
➤ cd ~/workspace/vagrant/precise32
------------------------------------------------------------
pogin ~/workspace/vagrant/precise32
➤ knife solo init .
Creating kitchen...
Creating knife.rb in kitchen...
Creating cupboards...
Setting up Berkshelf...
------------------------------------------------------------
pogin ~/workspace/vagrant/precise32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment