Browse code

bundler plugin - don't "bundle exec rails"

As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times

Simon Jefford authored on 29/12/2011 at 21:54:19
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ alias bu="bundle update"
10 10
 
11 11
 # The following is based on https://github.com/gma/bundler-exec
12 12
 
13
-bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rails rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
13
+bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
14 14
 
15 15
 ## Functions
16 16