Sha256: 031a25aeedc9d10858f5d746a994e711137289456d75b62b7c8a37cfe56c5e86
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
# = config/boot.rb # # Loads the Ruby language framework and activates Bundler. local_setup_path = File.expand_path("../../bundle/bundler/setup.rb", __FILE__) if File.exist?(local_setup_path) begin require local_setup_path rescue LoadError => e $stderr.puts("Local Bundle installation at #{local_setup_path} is corrupted. Try running\n\n rm -rf bundle .bundle\n bundle install --standalone\n\n") exit(1) end else require 'bundler/setup' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wukong-deploy-0.2.0 | templates/config/boot.rb.erb |