dependabot-cargo 0.118.7 → 0.118.8
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0eb9d9533cac73d65c3b081df30a84a540dfc10a4a92e133e60eb50f9b821255
|
4
|
+
data.tar.gz: 92c5cec01558ec4bd3080bf1053f67f20a132e8d7107ebf78cd114f862879d0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50a678704abe83d8da7552ec4f47b3bf91b467dd3aa2b1b4d00df7387730327086618d9487f04d08f7bfb03fe02db9ead30157825b5727dea1ef6442ef9934dd
|
7
|
+
data.tar.gz: c1b56e160bf38b01ad403665d293f7c4c137760e33751e87618e360971439c8a398f001b7a3fab34b0710974e9c602f3602be64a18762cdc034740f7b31e86fb
|
@@ -67,6 +67,7 @@ module Dependabot
|
|
67
67
|
end
|
68
68
|
|
69
69
|
# rubocop:disable Metrics/PerceivedComplexity
|
70
|
+
# rubocop:disable Metrics/CyclomaticComplexity
|
70
71
|
def better_specification_needed?(error)
|
71
72
|
return false if @custom_specification
|
72
73
|
return false unless error.message.match?(/specification .* is ambigu/)
|
@@ -95,7 +96,7 @@ module Dependabot
|
|
95
96
|
@custom_specification = spec_options.first
|
96
97
|
true
|
97
98
|
end
|
98
|
-
|
99
|
+
# rubocop:enable Metrics/CyclomaticComplexity
|
99
100
|
# rubocop:enable Metrics/PerceivedComplexity
|
100
101
|
|
101
102
|
def dependency_spec
|
@@ -79,6 +79,7 @@ module Dependabot
|
|
79
79
|
end
|
80
80
|
|
81
81
|
# rubocop:disable Metrics/PerceivedComplexity
|
82
|
+
# rubocop:disable Metrics/CyclomaticComplexity
|
82
83
|
def better_specification_needed?(error)
|
83
84
|
return false if @custom_specification
|
84
85
|
return false unless error.message.match?(/specification .* is ambigu/)
|
@@ -107,7 +108,7 @@ module Dependabot
|
|
107
108
|
@custom_specification = spec_options.first
|
108
109
|
true
|
109
110
|
end
|
110
|
-
|
111
|
+
# rubocop:enable Metrics/CyclomaticComplexity
|
111
112
|
# rubocop:enable Metrics/PerceivedComplexity
|
112
113
|
|
113
114
|
def dependency_spec
|
@@ -169,7 +170,6 @@ module Dependabot
|
|
169
170
|
end
|
170
171
|
|
171
172
|
# rubocop:disable Metrics/AbcSize
|
172
|
-
# rubocop:disable Metrics/CyclomaticComplexity
|
173
173
|
# rubocop:disable Metrics/PerceivedComplexity
|
174
174
|
# rubocop:disable Metrics/MethodLength
|
175
175
|
def handle_cargo_errors(error)
|
@@ -238,7 +238,6 @@ module Dependabot
|
|
238
238
|
raise error
|
239
239
|
end
|
240
240
|
# rubocop:enable Metrics/AbcSize
|
241
|
-
# rubocop:enable Metrics/CyclomaticComplexity
|
242
241
|
# rubocop:enable Metrics/PerceivedComplexity
|
243
242
|
# rubocop:enable Metrics/MethodLength
|
244
243
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-cargo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.118.
|
4
|
+
version: 0.118.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dependabot-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.118.
|
19
|
+
version: 0.118.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.118.
|
26
|
+
version: 0.118.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.
|
117
|
+
version: 0.88.0
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.
|
124
|
+
version: 0.88.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: vcr
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|