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

Version Path
isomorfeus-2.5.4 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.5.3 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.5.2 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.5.1 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.5.0 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.4.2 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.4.1 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.4.0 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.3.1 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.3.0 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.11 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.10 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.9 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.8 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.7 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.6 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.5 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.4 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.3 lib/isomorfeus/installer/bundle.rb
isomorfeus-2.2.2 lib/isomorfeus/installer/bundle.rb