Skip to content
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

Fix failing builds #4184

Merged
merged 3 commits into from Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -227,6 +227,7 @@ Dependabot and Dependabot Core started life as [Bump][bump] and
GoCardless in helping make Dependabot possible - if you need to collect
recurring payments from Europe, check them out.


Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentional noop added to highlight the build failure before and after pinning to a specific version of faraday. I'll see if I can work upstream to help identify the root cause.

[dependabot]: https://dependabot.com
[dependabot-status]: https://api.dependabot.com/badges/status?host=github&identifier=93163073
[dependabot-script]: https://github.com/dependabot/dependabot-script
Expand Down
1 change: 1 addition & 0 deletions common/dependabot-common.gemspec
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.23.0"
spec.add_dependency "docker_registry2", "~> 1.7", ">= 1.7.1"
spec.add_dependency "excon", "~> 0.75"
spec.add_dependency "faraday", "1.7.0"
spec.add_dependency "gitlab", "4.17.0"
spec.add_dependency "nokogiri", "~> 1.8"
spec.add_dependency "octokit", "~> 4.6"
Expand Down