Skip to content

Conversation

@depfu
Copy link

@depfu depfu bot commented Nov 16, 2017

Hello,

⚠️ No CI detected ⚠️

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

  • Our friends at Travis-CI provide excellent service.
  • Circle CI are good, too, and have a free plan that will cover basic needs.
  • If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
  • If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with depfu/.

It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.



We've tried to upgrade a dependency and got errors running Bundler.

gem name version specification new version
rake > 0, ~> 0 12.3.0

It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these, as this would mean to update more than one dependency at a time.

Please take a look at the exact failure to figure out if this is something you need to work on.

The bundler error message was:

Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.16.0)

  Current Bundler version:
    bundler (1.15.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.16.0)' in any of the sources

What changed?

✳️ rake ( → 12.3.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 4 commits:

@depfu depfu bot added the depfu label Nov 16, 2017
@pboling pboling merged commit 8ab5a5e into master Nov 16, 2017
@depfu depfu bot deleted the depfu/upgrade/rake-12.3.0 branch November 16, 2017 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants