Ben,
Thanks for your input. Below, I've pasted a series of commands so you can see what I'm dealing with. The error message is first, then I asked which version of bundler I have, and it tells me 1.3.2, I tell it to uninstall bundler and it only tells me that I have 1.2.0, finally I try to uninstall bundler 1.3.2 and it tells me that it is not installed.
I feel like I'm caught in a loop. I'm tempted to delete Ruby et al and start over... Is that wise? If so, how do I do it?
Thanks!
Matt
matt@blast1:~$ sequenceserver
/home/matt/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1638:in `raise_if_conflicts': Unable to activate sequenceserver-0.8.3, because bundler-1.3.2 conflicts with bundler (~> 1.2.0) (Gem::LoadError)
from /home/matt/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:747:in `activate'
from /home/matt/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems.rb:1232:in `gem'
from /home/matt/.rvm/gems/ruby-1.9.3-p392/bin/sequenceserver:18:in `<main>'
from /home/matt/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
from /home/matt/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>'
matt@blast1:~$ gem which bundler
/home/matt/.rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.2/lib/bundler.rb
matt@blast1:~$ gem uninstall bundler
You have requested to uninstall the gem:
bundler-1.2.0
sequenceserver-0.8.3 depends on [bundler (~> 1.2.0)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] n
ERROR: While executing gem ... (Gem::DependencyRemovalException)
Uninstallation aborted due to dependent gem(s)
matt@blast1:~$ gem uninstall bundler-1.3.2
INFO: gem "bundler-1.3.2" is not installed