Skip to content

Instantly share code, notes, and snippets.

@pogin503
Last active August 29, 2015 14:04
Show Gist options
  • Save pogin503/de911f93da04d0562dc0 to your computer and use it in GitHub Desktop.
Save pogin503/de911f93da04d0562dc0 to your computer and use it in GitHub Desktop.
pogin ~/workspace/vagrant/precise32
➤ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)
yajl-ruby (1.2.1)
------------------------------------------------------------
pogin ~/workspace/vagrant/precise32
➤ bundle install
Using addressable 2.3.6
Using multipart-post 2.0.0
Using faraday 0.9.0
Using berkshelf-api-client 1.2.0
Using buff-extensions 1.0.0
Using hashie 2.1.2
Using varia_model 0.4.0
Using buff-config 1.0.0
Using buff-ruby_engine 0.1.0
Using buff-shell_out 0.1.1
Using hitimes 1.2.2
Using timers 3.0.1
Using celluloid 0.16.0.pre2
Using nio4r 1.0.0
Using celluloid-io 0.16.0.pre2
Using minitar 0.5.4
Using sawyer 0.5.4
Using octokit 3.2.0
Using retryable 1.3.5
Using buff-ignore 1.1.1
Using erubis 2.7.0
Using json 1.8.1
Using mixlib-log 1.6.0
Using mixlib-authentication 1.3.0
Using net-http-persistent 2.9.4
Using semverse 1.1.0
Using ridley 4.0.0
Using dep-selector-libgecode 1.0.2
Using ffi 1.9.3
Using dep_selector 1.0.3
Using solve 1.2.0
Using thor 0.19.1
Using berkshelf 3.1.4
Using rack 1.5.2
Using chef-zero 2.0.2
Using diff-lcs 1.2.5
Using highline 1.6.21
Using mime-types 1.25.1
Using mixlib-cli 1.5.0
Using mixlib-config 2.1.0
Using mixlib-shellout 1.4.0
Using net-ssh 2.9.1
Using net-ssh-gateway 1.2.0
Using net-ssh-multi 1.2.0
Using ipaddress 0.8.0
Using systemu 2.5.2
Using yajl-ruby 1.2.1
Using ohai 7.0.4
Using coderay 1.1.0
Using method_source 0.8.2
Using slop 3.5.0
Using pry 0.10.0
Using rdoc 4.1.1
Using rest-client 1.6.8
Using chef 11.12.8
Using knife-solo 0.4.2
Using bundler 1.6.3
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
------------------------------------------------------------
pogin ~/workspace/vagrant/precise32
➤ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)
yajl-ruby (1.2.1)
------------------------------------------------------------
pogin ~/workspace/vagrant/precise32
➤ gem environment
RubyGems Environment:
- RUBYGEMS VERSION: 2.2.2
- RUBY VERSION: 2.1.2 (2014-05-08 patchlevel 95) [x86_64-darwin13.0]
- INSTALLATION DIRECTORY: /Users/pogin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0
- RUBY EXECUTABLE: /Users/pogin/.rbenv/versions/2.1.2/bin/ruby
- EXECUTABLE DIRECTORY: /Users/pogin/.rbenv/versions/2.1.2/bin
- SPEC CACHE DIRECTORY: /Users/pogin/.gem/specs
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-darwin-13
- GEM PATHS:
- /Users/pogin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0
- /Users/pogin/.gem/ruby/2.1.0
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :backtrace => false
- :bulk_threshold => 1000
- :benchmark => false
- :sources => ["http://rubygems.org/"]
- "gem" => "--no-document"
- REMOTE SOURCES:
- http://rubygems.org/
- SHELL PATH:
- /Users/pogin/.rbenv/versions/2.1.2/bin
- /usr/local/Cellar/rbenv/0.4.0/libexec
- /Users/pogin/.rbenv/shims
- /Users/pogin/.rbenv/bin
- /usr/local/sbin
- /Users/pogin/.cask/bin
- /Users/pogin/.cabal/bin
- /Users/pogin/Library/Haskell/bin
- /usr/local/bin
- /usr/local/share/npm/bin
- /usr/bin
- /bin
- /usr/sbin
- /sbin
- /usr/local/bin
- /opt/X11/bin
- /usr/local/Cellar/go/1.3/libexec/bin
- /Users/pogin/go/bin
------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment