bitaculous/ember-cli-deploy-rack

View on GitHub
tasks/bundler.rake

Summary

Maintainability
Test Coverage
#!/usr/bin/env rake

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run Rake tasks.'
end

Bundler::GemHelper.install_tasks