dependabot-core 0.86.5 → 0.86.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69fa5cedb7268236de078a4b4255b45d10f7adb93532726291e03bf2267a74e6
4
- data.tar.gz: c5d090dd51829cac8435d807c260f292e5a5ff0db0702ac289f4c3f232514737
3
+ metadata.gz: 1ebc05554cd6e27404c85c8858c37ff70b1e4d8a3f9cae20fcd662e4b64f6eea
4
+ data.tar.gz: ef12795f7c358a11f2e7480091b03ac8a71e418eb98812901be8a77a46452ba6
5
5
  SHA512:
6
- metadata.gz: 9bae78e70a82da98d53bd5000bbe3d5b33877b70ae8e16286f58620ba246251a4f268ba42dfa31c5509c8c860ce6391068f1069c2a6df1f49b4fdfd00c68e912
7
- data.tar.gz: 8792e0896ece1ca7470c9c4e4f3237b06d5fa0e059e5f0e3701c7ef4ae83dc353fd9b1209f568e706be4e3b26ad4e7e6c1e2d65d9667a0d206cba5f60e20c69e
6
+ metadata.gz: ca3304d48c76a1da358e11dd5f7c00bafc4cb350af265a5630832a57cbad1abb7c2c54466cbe4badf985ce2463919ee873f717fad7b5e56119468c6db43ecad8
7
+ data.tar.gz: d2c559dacd30bf40da44a69dc63c8dfa07d7b43377a649a79adba7a162693ce2e2d36cedfca89a93f034b38ca89fde5f6472c8ae9714fb179d628b71fd6f2270
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.86.6, 20 December 2018
2
+
3
+ - Git: Raise a helpful error if a submodule path doesn't actually point to asubmodule
4
+
1
5
  ## v0.86.5, 20 December 2018
2
6
 
3
7
  - Actually cache nuget listing results
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.86.5"
4
+ VERSION = "0.86.6"
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.86.5
4
+ version: 0.86.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot