dependabot-common 0.352.0 → 0.353.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.
- checksums.yaml +4 -4
- data/lib/dependabot/errors.rb +9 -1
- data/lib/dependabot.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67a7fe7744d8ef3f8ef01aeeb66b9a673a821c8165bcc4450d9d94b34c974e22
|
|
4
|
+
data.tar.gz: 6f0d5f8625e35b1a94be21c3e70dc0d87cfd2e7b9382b607bcf2913828f511a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bcb903c2e83a426808e8b417c889f9f5b0c53cf3809a62c7dc9e97353445d5fa7cf4ee22f4056a919996841cdb297ce699f8eacba7556c0c90b673d0a19eda6
|
|
7
|
+
data.tar.gz: 0e310dae91c687f4d2bfb5d63ffee3720786502c3161c2fdc6a0b464877d4badcb4128e172c4b4af3fb379e91b6358b0f6fb41fcbb6f50a557ff98064f2c7465
|
data/lib/dependabot/errors.rb
CHANGED
|
@@ -353,7 +353,8 @@ module Dependabot
|
|
|
353
353
|
}
|
|
354
354
|
when
|
|
355
355
|
IncompatibleCPU,
|
|
356
|
-
NetworkUnsafeHTTP
|
|
356
|
+
NetworkUnsafeHTTP,
|
|
357
|
+
SnapshotsUnavailableGraphError
|
|
357
358
|
error.detail
|
|
358
359
|
|
|
359
360
|
when Dependabot::NotImplemented
|
|
@@ -895,5 +896,12 @@ module Dependabot
|
|
|
895
896
|
super("network_unsafe_http", message)
|
|
896
897
|
end
|
|
897
898
|
end
|
|
899
|
+
|
|
900
|
+
class SnapshotsUnavailableGraphError < TypedDependabotError
|
|
901
|
+
sig { params(message: T.any(T.nilable(String), MatchData)).void }
|
|
902
|
+
def initialize(message = nil)
|
|
903
|
+
super("snapshots_unavailable_graph_error", message)
|
|
904
|
+
end
|
|
905
|
+
end
|
|
898
906
|
end
|
|
899
907
|
# rubocop:enable Metrics/ModuleLength
|
data/lib/dependabot.rb
CHANGED
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.
|
|
4
|
+
version: 0.353.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -629,7 +629,7 @@ licenses:
|
|
|
629
629
|
- MIT
|
|
630
630
|
metadata:
|
|
631
631
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
632
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
632
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.353.0
|
|
633
633
|
rdoc_options: []
|
|
634
634
|
require_paths:
|
|
635
635
|
- lib
|