While hosting the Ruby application, CirrusGrid Cloud provides you with an automatic native dependencies resolving. Dependency management is provided by Bundler via tracking and installing the exact gems and versions that are needed. You only need to specify the list of required gems in Gemfile and Bundle and this will resolve all dependencies.
By default Ruby in CirrusGrid comes with a list of the most popular/widespread Ruby gems for all supported Ruby versions. They are cached locally in each Ruby container for fast environment creation.
When you deploy your application, Bundler performs dependency resolving by searching gems at http://rubygems.org/ and installing the latest version of all gems if needed.
If you use a non strict versions declaration in your Gemfile (e.g. gem version will have to be greater than specific “jquery-rails”, “~> 2.0.2”) – Bundler will download and install the latest version of the corresponding gem on each deployment.
If your application uses any special (non-public) dependency, you need to specify its repository URL in Gemfile and Bundler will also download and install this gem.
Bundler performs dependency resolving in the following cases:
Powered by BetterDocs
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.