guard: LoadError: cannot load such file
Hi all,
I’m not really sure if this is a proper issue, but after upgrading ruby in my rails project to 2.1.4, I no longer am able to run the project through rails s, rails c, or any rake tasks. Everything worked fine in 2.1.2.
Here’s the error I keep getting:
$ rake db:drop db:create db:migrate
rake aborted!
LoadError: cannot load such file -- guard/guard
/Users/jonathan/code/sirius/config/application.rb:14:in `<top (required)>'
/Users/jonathan/code/sirius/Rakefile:4:in `<top (required)>'
LoadError: cannot load such file -- guard-spring
/Users/jonathan/code/sirius/config/application.rb:14:in `<top (required)>'
/Users/jonathan/code/sirius/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
I’m on OSX, ruby installed via rbenv. I’m running Gemfile.lock says guard is at 2.11.1. Any help on this issue appreciated.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 16 (3 by maintainers)
Commits related to this issue
- fixes cannot load such file -- guard/guard It solves problem described here: https://github.com/guard/guard/issues/734 — committed to dice-cyfronet/atmosphere by mkasztelnik 9 years ago
- Resolve issues with https://github.com/guard/guard/issues/734 and https://stackoverflow.com/questions/15079090/how-do-i-find-out-which-gem-has-a-specific-dependency — committed to akio-outori/bettermeans by deleted user 6 years ago
- Jeffhallyburton/first working build (#6) * downgrade rubygems to 1.8.30 for compat with rails, adjust rdoc and rake versions. update Vagrantfile and .gitignore. update Gemfile * update READM... — committed to akio-outori/bettermeans by akio-outori 6 years ago
- Jeffhallyburton/first working build (#9) * downgrade rubygems to 1.8.30 for compat with rails, adjust rdoc and rake versions. update Vagrantfile and .gitignore. update Gemfile * update READM... — committed to akio-outori/bettermeans by akio-outori 6 years ago
I’ve just updated the guard gems versions, and it worked magic