Hi, It looks like you installed Rails 3.0? Are you using Gitorious with Bundler? E.g. `bundle exec [script]`? If you do that, the app should run in a sandboxed environment and you should be fine. If you're using an older version of Gitorious, you probably need to uninstall Rails 3.0 from the environment Gitorious is running in.
Christian On Thu, Jun 30, 2011 at 20:47, Jarrod Roberson <[email protected]>wrote: > Here is what is installed on this machine > > [Thu Jun 30 14:46:42] [root]@[dev] /etc/init.d > # gem list > > *** LOCAL GEMS *** > > abstract (1.0.0) > actionmailer (3.0.1) > actionpack (3.0.1) > activemodel (3.0.1) > activerecord (3.0.1) > activeresource (3.0.1) > activesupport (3.0.1) > arel (1.0.1) > BlueCloth (1.0.1) > builder (3.0.0, 2.1.2) > bundler (1.0.10, 1.0.3) > cgi_multipart_eof_fix (2.5.0) > chronic (0.3.0) > daemon_controller (0.2.5) > daemons (1.1.0) > diff-lcs (1.1.2) > echoe (4.3.1) > erubis (2.6.6) > eventmachine (0.12.10) > factory_girl (1.3.3) > fastthread (1.0.7) > file-tail (1.0.5) > gem_plugin (0.2.3) > gemcutter (0.6.1) > geoip (0.8.9, 0.8.7) > hoe (2.8.0, 2.6.2) > json (1.5.0, 1.4.6) > json_pure (1.5.1, 1.5.0, 1.4.6) > mail (2.2.9) > mime-types (1.16) > mocha (0.9.10, 0.9.9) > mongrel (1.1.5) > mysql (2.8.1) > oauth (0.4.4) > paperclip (2.2.9.2) > passenger (3.0.0) > polyglot (0.3.1) > rack (1.0.1) > rack-mount (0.6.13) > rack-test (0.5.6) > rails (3.0.1) > railties (3.0.1) > rake (0.8.7) > rdiscount (1.3.1.1) > RedCloth (4.2.3) > riddle (1.2.2) > rspec (2.0.1) > rspec-core (2.0.1) > rspec-expectations (2.0.1) > rspec-mocks (2.0.1) > rspec-rails (2.0.1) > ruby-hmac (0.4.0) > ruby-openid (2.1.8) > ruby-yadis (0.3.4) > rubyforge (2.0.4) > rubygems-update (1.8.5, 1.3.7) > shoulda (2.9.2) > spruz (0.2.0) > sqlite3-ruby (1.3.2) > state_machine (0.9.4) > stomp (1.1) > stompserver (0.9.9) > thor (0.14.3) > treetop (1.4.8) > tzinfo (0.3.23) > ultrasphinx (1.11) > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > -- MVH Christian -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
