Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created May 5, 2015 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenderlove/c0313b017f6cf55a2e61 to your computer and use it in GitHub Desktop.
Save tenderlove/c0313b017f6cf55a2e61 to your computer and use it in GitHub Desktop.
rbenv uninstall jruby-9.0.0.0.pre
git checkout jruby
rbenv uninstall jruby-9.0.0.0.pre2
rbenv install jruby-9.0.0.0.pre2
rbenv shell jruby-9.0.0.0.pre2
gem install hoe rake-compiler --no-rdoc --no-ri
gem install minitest -v 4.7.5
git clean -fdx
jruby -v
jruby -S rake package
cd pkg/
jruby -S gem install psych-2.0.14.pre1-java.gem
jruby -d -S gem install psych-2.0.14.pre1-java.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment