bundler as version conflict resolver (2)
And to switch in between Ruby version[0],
usually I'll use `/path/to/ruby -S ruby_script_file`.
In bundler, it's simply:
This way, unicorn_rails is executed with system Ruby,bundle exec /usr/bin/ruby -S unicorn_rails
which is versioned 1.8.7, in a bundler's environment.
[0] Sorry, rvm is not working for my fish shell on Mac OS 10.6
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.