From: Bryan Richardson Date: 2010-01-29T04:06:50+09:00 Subject: Re: Use Non-Java Version of Gem Hassan Schroeder wrote: > > If I were you, I'd either delete and reinstall 1.3.1. or upgrade to > 1.4.0 > and start over. Hopefully your gem environment will be "clean" from > that point. > Okay, so I upgraded to JRuby 1.4.0 by downloading the source tar file from the JRuby website and building with ant. Now, when I run the following command from the jruby-1.4.0 directory, I get the following result: btricha@dev-box:/usr/local/lib/jruby-1.4.0$ bin/jruby -S gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY VERSION: 1.8.7 (2010-01-28 patchlevel 174) [java] - INSTALLATION DIRECTORY: /home/btricha/.gems - RUBY EXECUTABLE: /usr/local/lib/jruby-1.4.0/bin/jruby - EXECUTABLE DIRECTORY: /home/btricha/.gems/bin - RUBYGEMS PLATFORMS: - ruby - universal-java-1.6 - GEM PATHS: - /home/btricha/.gems - /var/lib/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - "install" => "--env-shebang" - "update" => "--env-shebang" - "gempath" => ["/home/btricha/.gems", "/var/lib/gems/1.8"] - "gemhome" => "/home/btricha/.gems" - :sources => ["http://gems.rubyforge.org/", "http://gemcutter.org"] - REMOTE SOURCES: - http://gems.rubyforge.org/ - http://gemcutter.org Thoughts? :( -- Posted via http://www.ruby-forum.com/.