What have you found for these years?

2010-09-17

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:

bundle exec /usr/bin/ruby -S unicorn_rails
This way, unicorn_rails is executed with system Ruby,
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.



All texts are licensed under CC Attribution 3.0