dependabot-bundler 0.98.76 → 0.98.77
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: dbe33d858bbb698988169b7d14c862514f572518003c6ccf5a1f71f3c4ba1751
|
|
4
|
+
data.tar.gz: 02763a83aea802ccf501a198b5fc4c7ce952cb544b42855683827cf486d6f163
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14b0f4ccac37ca2e738a809bd5049702f0ca508000e809308f3fbeb595ff0327b8cf99bad2b868d2547787709278f755c6857c6c5cbb0d73067ebae09c673328
|
|
7
|
+
data.tar.gz: 52911423bba0c8fd74e59ebbe995ba95b65276697ec65a923c604ccad1dfe397c38947a9be7fb9a50c8033bd3cf21f75d0830b4969c8c77a018026daf186068d
|
|
@@ -90,6 +90,11 @@ module Dependabot
|
|
|
90
90
|
# subdependency that was removed when attempting to update it.
|
|
91
91
|
next nil if dep.nil?
|
|
92
92
|
|
|
93
|
+
# If the dependency is Bundler itself then we can't trust the
|
|
94
|
+
# version that has been returned (it's the version Dependabot is
|
|
95
|
+
# running on, rather than the true latest resolvable version).
|
|
96
|
+
next nil if dep.name == "bundler"
|
|
97
|
+
|
|
93
98
|
# If the old Gemfile index was used then it won't have checked
|
|
94
99
|
# Ruby compatibility. Fix that by doing the check manually (and
|
|
95
100
|
# saying no update is possible if the Ruby version is a mismatch)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-bundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.98.
|
|
4
|
+
version: 0.98.77
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-05 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.98.
|
|
19
|
+
version: 0.98.77
|
|
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.98.
|
|
26
|
+
version: 0.98.77
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|