Revert "Remove bundler binstubs"
This reverts commit 7209d10aaf
.
It appears rails now depends on this for various aspects :-(
This commit is contained in:
4
bin/bundle
Executable file
4
bin/bundle
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
load Gem.bin_path('bundler', 'bundle')
|
5
bin/rails
Executable file
5
bin/rails
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require_relative '../config/boot'
|
||||
require 'rails/commands'
|
Reference in New Issue
Block a user