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

Most upvoted comments

I’ve just updated the guard gems versions, and it worked magic