1

Hi I am planing to switch my development machine from windows to ubuntu. But i am hitting this error i have ruby -v of 2.0.0p0

on rails s

/home/rigel/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/activesupport-4.1.6/lib/active_support/dependencies.rb:247:in `require': cannot load such file -- hitimes/hitimes (LoadError)
    from /home/rigel/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/activesupport-4.1.6/lib/active_support/dependencies.rb:247:in `block in require'
    from /home/rigel/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/activesupport-4.1.6/lib/active_support/dependencies.rb:232:in `load_dependency'

updating gem -v did not work for me as intended https://github.com/copiousfreetime/hitimes/issues/17 gem -v 2.4.1 hitimes (1.2.2)

Updates as suggested by art reinstall gem for me worked

Rigel
  • 882
  • 1
  • 11
  • 32

1 Answers1

1

I don't use that at all, but I think it is covered here:

https://github.com/copiousfreetime/hitimes/issues/17

And, according to it, you probably just need to run gem install hitimes to get a version that is works with Ruby 2.0.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
Art
  • 781
  • 4
  • 13