Module: PoiseRuby::Resources::BundleInstall

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

Overview

Note:

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

A bundle_install resource to install a Bundler Gemfile.

Examples:

bundle_install '/opt/my_app' do
  gem_path '/usr/local/bin/gem'
end

Since:

  • 2.0.0

Provides:

  • bundle_install

Actions:

  • install

  • update

Defined Under Namespace

Classes: Provider, Resource