Remove bundler binstubs

This commit is contained in:
Thibault Jouan 2015-04-30 11:46:47 +00:00
parent 3e5c29b635
commit 7209d10aaf
3 changed files with 0 additions and 14 deletions

View File

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')

View File

@ -1,5 +0,0 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'

View File

@ -1,5 +0,0 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run