-
Notifications
You must be signed in to change notification settings - Fork 486
Error: Guard will not detect changes to your Gemfile! #949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It happens when |
Hello @rymai , thanks for the answer, i executed the
|
@Alien-97 Thanks, does your |
@rymai Yes, it is located at gemtest directory. |
Hello @rymai , Do you figure out what is the error? Thanks |
@Alien-97 I've cloned your project locally but I don't manage to install your dependencies as there's no
|
@rymai , i give you access to this repo, there i commited all my gem files, for you can see better code structure and it's setup |
@Alien-97 Thanks, I cloned your project, then ran |
@rymai ok, thanks, so i think that maybe there is something wrong with my gem versions or Ruby versions in my laptop. |
@rymai What version of Ruby do you use? |
|
I have the same version |
I am trying to use Guard as a help for make Test Driven Development using
Vim
in Linux Shell. For add Guard dependecy, i added this to my.gemspec
file:Then, in Command Line, i executed this:
Then for update
Bundle
gems and dependencies, i updated Bundle for take in count Guard files:When i tried to use Guard with
bundle exec guard
, i got this error:And for Guard output this warning:
I am searching a solution for this problem in
guard
public repository in Github, but until now i was unable to fix it.Version of
Ruby
i am using :ruby 2.6.5
Version of
guard
:2.16.1
Bundler
version : 2.0.2Here you can see Gemfile,Guardfile and gemspec
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: