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
- Avoid using rake 11.0.0 temporarily https://github.com/ruby/rake/issues/114 — committed to increments/qiitan-rb by yujinakayama 8 years ago
- Add 'rake/ext/fixnum' to Manifest Fixes #114 — committed to tjgrathwell/rake by tjgrathwell 8 years ago
- Replace deprecated call with it's alias Some discussion regarding the change: https://github.com/ruby/rake/issues/114#issuecomment-194223569 — committed to gerrywastaken/quality by gerrywastaken 8 years ago
@ioquatix It’s rspec issue. I removed last_comment at Rake 11
@Sega100500 It’s not rake issue. You need to learn bundler environment.