Skip to content

Instantly share code, notes, and snippets.

@mcfiredrill
Created November 8, 2012 02:53
Show Gist options
  • Save mcfiredrill/4036320 to your computer and use it in GitHub Desktop.
Save mcfiredrill/4036320 to your computer and use it in GitHub Desktop.
jruby problemz :|
█▓▒░tony@kiwi░▒▓█ ~/src/ruby-processing(master)$ rvm use jruby-1.6.3
Using /home/tony/.rvm/gems/jruby-1.6.3
█▓▒░tony@kiwi░▒▓█ ~/src/ruby-processing(master)$ gem install chronic
Fetching: chronic-0.8.0.gem (100%)
Successfully installed chronic-0.8.0
1 gem installed
█▓▒░tony@kiwi░▒▓█ ~/src/ruby-processing(master)$ irb
=> Unable to load pry
jruby-1.6.3 :001 > require 'chronic'
LoadError: no such file to load -- chronic
from org/jruby/RubyKernel.java:1038:in `require'
from (irb):1:in `evaluate'
from org/jruby/RubyKernel.java:1088:in `eval'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:158:in `eval_input'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:271:in `signal_status'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:155:in `eval_input'
from org/jruby/RubyKernel.java:1419:in `loop'
from org/jruby/RubyKernel.java:1191:in `catch'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:154:in `eval_input'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:71:in `start'
from org/jruby/RubyKernel.java:1191:in `catch'
from /home/tony/.rvm/rubies/jruby-1.6.3/lib/ruby/1.8/irb.rb:70:in `start'
from /home/tony/.rvm/rubies/jruby-1.6.3/bin/irb:17:in `(root)'
jruby-1.6.3 :002 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment