We use RVM for gemset management. The build has its own gemset, say ree@build. The ccrb was built with ree@cruisecontrol, where cruisecontrol was created specifically for it, switched into, and filled with bundle install.
When we run our build, it was failing in jasmine, in the part where it was checking for rspec2. At the time we had rspec1 and rspec2 both installed. We uninstalled rspec 2.6.0 from the gemset build, and it was still failing. We then uninstalled rspec 2.6.0 from the gemset cruisecontrol, and then the build went through. Our build is not using bundler, but in its own directory we have an .rvmrc containing the line "ree@build". I wonder how the gemsets for ccrb and build interact -- the worrysome sign is that rspec gem matters across both. Would it be limited to rake and rspec? How do we know the build gemset is being respected separately from ccrb's own cruisecontrol gemset? -- Alexy _______________________________________________ Cruisecontrolrb-users mailing list Cruisecontrolrb-users@rubyforge.org http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users