Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dependabot can't evaluate your Ruby dependency files #262

Closed
dependabot-preview bot opened this issue Feb 27, 2019 · 2 comments
Closed

Dependabot can't evaluate your Ruby dependency files #262

dependabot-preview bot opened this issue Feb 27, 2019 · 2 comments

Comments

@dependabot-preview
Copy link
Contributor

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 `colorls.gemspec`: uninitialized constant ColorLS. Bundler cannot continue.

 #  from /home/dependabot/dependabot-updater/dependabot_tmp_dir/colorls.gemspec:31
 #  -------------------------------------------
 #  Gem::Specification.new do |spec|
 >    is_tagged = ENV['TRAVIS_TAG'] == "v#{ColorLS::VERSION}"
 #    is_origin = ENV['TRAVIS_REPO_SLUG'] == 'athityakumar/colorls'
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/dependabot/dependabot-updater/dependabot_tmp_dir/Gemfile:3
 #  -------------------------------------------
 #  
 >  gemspec
 #  -------------------------------------------

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

@greysteil
Copy link

Sorry, this looks like it's due to some of the sanitization Dependabot does on gemspecs. Let me look into it from our side.

@greysteil
Copy link

Fixed in dependabot/dependabot-core@bc9e1cc, which I'll deploy now.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant