hellostealth / stealth

An open source Ruby framework for text and voice chatbots. 🤖

Home Page:https://hellostealth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot can't evaluate your Ruby dependency files

dependabot-preview opened this issue · comments

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::Dsl::DSLError with message: 
[!] There was an error parsing `Gemfile`: 
[!] There was an error while loading `stealth.gemspec`: No such file or directory @ rb_sysopen - /home/dependabot/dependabot-updater/tmp/dependabot_20180921-6-ceoh69/VERSION. Bundler cannot continue.

 #  from /home/dependabot/dependabot-updater/tmp/dependabot_20180921-6-ceoh69/stealth.gemspec:3
 #  -------------------------------------------
 #  
 >  version = File.read(File.join(File.dirname(__FILE__), 'VERSION')).strip
 #  
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/dependabot/dependabot-updater/tmp/dependabot_20180921-6-ceoh69/Gemfile:2
 #  -------------------------------------------
 #  source 'https://rubygems.org'
 >  gemspec
 #  
 #  -------------------------------------------

You can mention @dependabot in the comments below to contact the Dependabot team.