'bundle exec cap' gives the same problem. I tried 'gem install capistrano -v 2.14.1' and that worked a treat!
Cheers Ian On Monday, 21 October 2013 12:50:23 UTC+1, Lee Hambley wrote: > > I'd suggest `bundle exec` to rule out that you are getting the wrong > version of Cap via the environment (unlikely given your clean setup, and > the -V) command. You could also try to take the current master/HEAD version > of Capistrano, just to rule out someohw having a broken 3.0.0 gem. > > - Lee > > Lee Hambley > -- > http://lee.hambley.name/ > +49 (0) 170 298 5667 > > > On 21 October 2013 13:33, Ian Vaughan <[email protected] <javascript:>>wrote: > >> I've just re-setup my machine, and using a Capfile that worked before and >> works for others. >> >> $ cap --trace >> cap aborted! >> uninitialized constant Capistrano::Logger >> /Users/ian/Projects/governor/Capfile:4:in `<top (required)>' >> /Users/ian/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rake-10.1.0/lib/rake/rake_module.rb:25:in >> >> `load' >> ... >> >> >> $ cap -V >> Capistrano Version: 3.0.0 (Rake Version: 10.1.0) >> >> $ gem env >> RubyGems Environment: >> - RUBYGEMS VERSION: 1.8.23 >> - RUBY VERSION: 1.9.3 (2012-04-20 patchlevel 194) [x86_64-darwin12.5.0] >> - INSTALLATION DIRECTORY: >> /Users/ian/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1 >> - RUBY EXECUTABLE: /Users/ian/.rbenv/versions/1.9.3-p194/bin/ruby >> - EXECUTABLE DIRECTORY: /Users/ian/.rbenv/versions/1.9.3-p194/bin >> - RUBYGEMS PLATFORMS: >> - ruby >> - x86_64-darwin-12 >> - GEM PATHS: >> - /Users/ian/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1 >> - /Users/ian/.gem/ruby/1.9.1 >> - GEM CONFIGURATION: >> - :update_sources => true >> - :verbose => true >> - :benchmark => false >> - :backtrace => false >> - :bulk_threshold => 1000 >> - "gem" => "--no-ri --no-rdoc" >> - REMOTE SOURCES: >> - http://rubygems.org/ >> >> Any ideas gratefully appreciated. >> >> -- >> -- >> * You received this message because you are subscribed to the Google >> Groups "Capistrano" group. >> * To post to this group, send email to [email protected]<javascript:> >> * To unsubscribe from this group, send email to >> [email protected] <javascript:> For more options, visit >> this group at http://groups.google.com/group/capistrano?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Capistrano" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
