Sha256: bcf029af2418f402d86375b46c7e9e8dab7c81f1b4eee173a0302ea5a272aabb
Contents?: true
Size: 325 Bytes
Versions: 97
Compression:
Stored size: 325 Bytes
Contents
module Isomorfeus module Installer class Bundle def self.execute puts 'Executing bundle install:' bundle_command = Gem.bin_path("bundler", "bundle") Bundler.with_original_env do system("#{Gem.ruby} #{bundle_command} install") end end end end end
Version data entries
97 entries across 97 versions & 1 rubygems