Sha256: e9f663724e75f082880ddfd9b89dbd8380370d2b4bd587546421aec62713ce3f

Contents?: true

Size: 254 Bytes

Versions: 19

Compression:

Stored size: 254 Bytes

Contents

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

require "bundler"

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

19 entries across 19 versions & 1 rubygems

Version Path
bosh-bootstrap-0.14.5 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.14.4 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.14.3 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.14.2 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.14.1 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.14.0 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.13.2 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.13.1 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.13.0 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.12.0 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.15 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.14 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.13 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.12 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.11 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.9 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.8 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.7 lib/bosh-bootstrap/cli/helpers/bundle.rb
bosh-bootstrap-0.11.6 lib/bosh-bootstrap/cli/helpers/bundle.rb