I\'m using ruby, and I was given a zip file with some ruby programs and it says: inside the folder, run bundle install to install the packages required.
bundle install
W
gem install bundler
is how to do it.
You may want to use a tool such as rbenv to manage gems.