Sha256: e2fb6fbeda020132bef9614066d64223d66288a3b9c0735376821aeed0cbc09e

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

# for the #sh helper
require "rake"
require "rake/file_utils"

module Bosh::Bootstrap::Cli::Helpers::Bundle
  def bundle(*args)
    Bundler.with_clean_env {
      ENV.delete 'RUBYOPT'
      sh "bundle #{args.join(' ')}"
    }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bosh-bootstrap-0.11.5 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.4 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.3 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.2 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.1 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.0 lib/bosh-bootstrap/cli/helpers/bundle.rb