dependabot-cargo 0.118.5 → 0.118.11

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: f4332f855bb9c48497ee6b1f98cf826f523321e7ab99d6f874f021676ee9a45d
4
- data.tar.gz: 6e23b8e39fe73d7d84865b81fc022d5a5f3d3f4cad37a7ea429874ba80c53585
3
+ metadata.gz: e20e6ef69472980701b568e2d4a69603f1fd1d2812508ba7b81de61b77d80db8
4
+ data.tar.gz: ec630bb635acc4e15ba58c3352817775381d7621b8daea1a09ebef4f885711d3
5
5
  SHA512:
6
- metadata.gz: 8a6e70b895f3de3b93f2e693a96bffd9bd50ad8bc5d841e107c6cb3ff1e63be9ecf983482341c08e55c9d464f86eea22905e8cd88e618ffb197c0210b0e5809c
7
- data.tar.gz: '08caf86c348308fe9df06ad9cc688477dfd887e11cb8a73c0df508155cc9f7111a0cb597134f009e6f6a50d1a3e2ef839ef9ce980561a8184b6124f18d30bf97'
6
+ metadata.gz: 0b2d09cad9e538e8cb0822fee48a47773900721f70fa99b997c1b51d9baba3eb458029d227fc201c2fdffe8271739b9c4f523cd0cace7d09a896d721c0bc8187
7
+ data.tar.gz: 6fbc4def6aac17c1c92dee6c7886cb9f21b122ff5120559ee7fc5d12eeeb6b405172f6e662ee97164ec2fc1e2e9232037727913d4958840473f3ea8427676780
@@ -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.5
4
+ version: 0.118.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-24 00:00:00.000000000 Z
11
+ date: 2020-08-06 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.5
19
+ version: 0.118.11
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.5
26
+ version: 0.118.11
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -94,34 +94,20 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '1.2'
97
- - !ruby/object:Gem::Dependency
98
- name: rspec_junit_formatter
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '0.4'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '0.4'
111
97
  - !ruby/object:Gem::Dependency
112
98
  name: rubocop
113
99
  requirement: !ruby/object:Gem::Requirement
114
100
  requirements:
115
101
  - - "~>"
116
102
  - !ruby/object:Gem::Version
117
- version: 0.85.0
103
+ version: 0.88.0
118
104
  type: :development
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
107
  requirements:
122
108
  - - "~>"
123
109
  - !ruby/object:Gem::Version
124
- version: 0.85.0
110
+ version: 0.88.0
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: vcr
127
113
  requirement: !ruby/object:Gem::Requirement
@@ -190,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
176
  - !ruby/object:Gem::Version
191
177
  version: 2.5.0
192
178
  requirements: []
193
- rubygems_version: 3.0.3
179
+ rubygems_version: 3.1.2
194
180
  signing_key:
195
181
  specification_version: 4
196
182
  summary: Rust (Cargo) support for dependabot