dependabot-core 0.92.3 → 0.92.4

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: 8842428fc345579a8e4b6319418ffa0ac7467ac67791a4297163b6f017ac5b3e
4
- data.tar.gz: 37f72476f56ed5a5b5ca0789d30ca2472cee8fe3185158adee5532e18cdd2cb9
3
+ metadata.gz: 6987f57eba5ac428c0eb5b55c25a0320db4813c04e50a281c07d36bb7be2be4a
4
+ data.tar.gz: 84a6e68c03a8b1172cf3560da5428e21b2840c41087cdadbecc30693ac9ad007
5
5
  SHA512:
6
- metadata.gz: 155eba10145b53dd31127ef43a8143865d2e708a5635a0fb6ea88d7ae379f7c633d62dde9b1880d81e562fff7fc02b2c7112045827279da5e115e383465925da
7
- data.tar.gz: 14a2568317099c18958103869c2d7a3dd1eaf5e0545c3c0a42ac1f312a1cf967b2bd5ffb2f8ad88f8d1db67c3ed2f2f992f10818e0bc959b1d66ce2adb3435a6
6
+ metadata.gz: 354b41bbf26a3373701079d3fe2964b898443053e6c9590d415e7266e75faf121e17d67d7fb7cc66a1b41b603bcdc34ade7d13df7ee2d851893e87bdab79f347
7
+ data.tar.gz: 972ff82b3b92e133fa8ddd2a00b8673c75ac94d3d4a109481b3a87e435ccc8b644932d8eddb3aed72a41b9ef376bc14a5447bfca5c6552dd0d64fcbdb656d82c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.92.4, 22 January 2019
2
+
3
+ - Rust: Raise PathDependenciesNotReachable errors, rather than
4
+ DependencyFileNotFound errors
5
+
1
6
  ## v0.92.3, 22 January 2019
2
7
 
3
8
  - JS (npm): Fix invalid from for git sub-dependencies
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.92.3"
4
+ VERSION = "0.92.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.3
4
+ version: 0.92.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot