bundler plugin - don't "bundle exec rails"
Robby Russell authored on 03/01/2012 at 03:05:47... | ... |
@@ -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 |
|