Jun's Blog

Output, activities, memo and etc.

Entries from 2016-04-10 to 1 day

Ruby Bundler

Bundler is Ruby's gem package management tool.This time I will write a note about this tool. Install $ gem install bundle Basic $ bundle --help $ bundle help [command] $ bundle --version Help See: http://bundler.io/v1.11/man/bundle.1.html …