Sha256: 1b7839c8b6bd2479040fbe23d7e8704d45377c8e5720b072a18bfcccf1829074
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
require "bundler" module Foobara class FilesGenerator module BundlerActions def bundle_install puts "bundling..." cmd = "bundle install" Bundler.with_unbundled_env do run_cmd_and_write_output(cmd, raise_if_fails: false) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foobara-files-generator-0.0.3 | lib/foobara/files_generator/bundler_actions.rb |
foobara-files-generator-0.0.2 | src/files_generator/bundler_actions.rb |