To make capistrano build your gems with bundler you can use the following code snippet:
1 2 3 4 5 6 7 8 9 |
|
Of course, this is assuming that you already have bundler installed on your remote server.
To make capistrano build your gems with bundler you can use the following code snippet:
1 2 3 4 5 6 7 8 9 |
|
Of course, this is assuming that you already have bundler installed on your remote server.