Module: PoiseApplicationRuby::Resources::BundleInstall

Defined in:
lib/poise_application_ruby/resources/bundle_install.rb

Overview

Note:

This resource is not idempotent itself, it will always run bundle install.

An application_bundle_install resource to install a Bundler Gemfile in a web application.

Examples:

application '/srv/my_app' do
  bundle_install
end

Since:

  • 4.0.0

Defined Under Namespace

Classes: Resource