You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot can't evaluate your Ruby dependency files.
As a result, Dependabot couldn't check whether any of your dependencies are out-of-date.
The error Dependabot encountered was:
Bundler::GemspecError with message: [!] There was an error while loading `guard-kitchen.gemspec`: cannot load such file -- guard
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
# from /opt/bundler/v2/.bundle/ruby/2.6.0/bundler/gems/guard-kitchen-76afb89d65aa/guard-kitchen.gemspec:4
# -------------------------------------------
# $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
> require 'guard/kitchen/version'
#
# -------------------------------------------
Dependabot can't evaluate your Ruby dependency files.
As a result, Dependabot couldn't check whether any of your dependencies are out-of-date.
The error Dependabot encountered was:
View the update logs.
The text was updated successfully, but these errors were encountered: