dependabot-common 0.387.0 → 0.389.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.387.0
4
+ version: 0.389.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -77,14 +77,14 @@ dependencies:
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '1.18'
80
+ version: '1.19'
81
81
  type: :runtime
82
82
  prerelease: false
83
83
  version_requirements: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - "~>"
86
86
  - !ruby/object:Gem::Version
87
- version: '1.18'
87
+ version: '1.19'
88
88
  - !ruby/object:Gem::Dependency
89
89
  name: excon
90
90
  requirement: !ruby/object:Gem::Requirement
@@ -518,6 +518,7 @@ files:
518
518
  - lib/dependabot/clients/bitbucket.rb
519
519
  - lib/dependabot/clients/bitbucket_with_retries.rb
520
520
  - lib/dependabot/clients/codecommit.rb
521
+ - lib/dependabot/clients/github_release.rb
521
522
  - lib/dependabot/clients/github_with_retries.rb
522
523
  - lib/dependabot/clients/gitlab_with_retries.rb
523
524
  - lib/dependabot/command_helpers.rb
@@ -536,6 +537,7 @@ files:
536
537
  - lib/dependabot/dependency_group.rb
537
538
  - lib/dependabot/dependency_requirement.rb
538
539
  - lib/dependabot/ecosystem.rb
540
+ - lib/dependabot/error_details.rb
539
541
  - lib/dependabot/errors.rb
540
542
  - lib/dependabot/experiments.rb
541
543
  - lib/dependabot/file_fetchers.rb
@@ -623,7 +625,7 @@ licenses:
623
625
  - MIT
624
626
  metadata:
625
627
  bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
626
- changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.387.0
628
+ changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.389.0
627
629
  rdoc_options: []
628
630
  require_paths:
629
631
  - lib