Managing Ruby Gems Version For Each Project

Published:
Last modified:

Overview

Manage gem versions consistently accross platforms.

Bundler

Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.

Bundler project

Bundler common workflow

  • Declare dependencies of an application in a Gemfile
  • Install above versions of the dependencies into an isolated location bundle install
  • run the app: bundle exec

References

*[ORM]: Object Relational Mapping

Uruguay
Marcelo Canina
I'm Marcelo Canina, a developer from Uruguay. I build websites and web-based applications from the ground up and share what I learn here.
comments powered by Disqus


Except as otherwise noted, the content of this page is licensed under CC BY-NC-ND 4.0 . Terms and Policy.

Powered by SimpleIT Hugo Theme

·