HostOnNet Blog

Tag Archives: Gemfile

Installing Ruby Gems from Gemfile

Gemlist list ruby gems needed for an application. To install all gems required by an application, go to application folder and run bundle install If you have no bundle command available, install it with gem gem install bundler Installing dependency