rake: Rake 11.0.0 crashes with "cannot load such file -- rake/ext/fixnum"

Tried the latest rake on a Rails and Sinatra project and I’m getting this result

Traviss-MacBook-Air:railsbridge_docs tjgrathwell$ rake
/Users/tjgrathwell/.rvm/gems/ruby-2.2.0/gems/rake-11.0.0/lib/rake.rb:37:in `require': cannot load such file -- rake/ext/fixnum (LoadError)
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/gems/rake-11.0.0/lib/rake.rb:37:in `<top (required)>'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/gems/rake-11.0.0/bin/rake:31:in `require'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/gems/rake-11.0.0/bin/rake:31:in `<top (required)>'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/bin/rake:23:in `load'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/bin/rake:23:in `<main>'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/bin/ruby_executable_hooks:15:in `eval'
    from /Users/tjgrathwell/.rvm/gems/ruby-2.2.0/bin/ruby_executable_hooks:15:in `<main>'

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (6 by maintainers)

Commits related to this issue

Most upvoted comments

@ioquatix It’s rspec issue. I removed last_comment at Rake 11

@Sega100500 It’s not rake issue. You need to learn bundler environment.