dependabot-dep 0.125.6 → 0.125.7
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: a0b17e8d312c506dc71ab66619acecf2ed7d6d7fb24974eb3a043a745b3d8ed7
|
|
4
|
+
data.tar.gz: 5bf8311677d15c82feacac4c99d500925866e13529a74ba587a7b06b365c3f7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4feab7e1539ebc8c0bbb54d0bbd9f1d8a8419338c2f57e0ba5fe762372178ad7bbbbad308d2add34c1c87a5f284e45fbaac6b88e2b4181ba7633c01b9bcddf6f
|
|
7
|
+
data.tar.gz: 9da0d3aa3dafa512f1b7618b850922df08010f4d9bd823e0b941d089655926478a91d23c3547b46a3a1596a5210f7624c44360e359667cd72677b70d55010dc8
|
|
@@ -115,7 +115,7 @@ module Dependabot
|
|
|
115
115
|
req = dep.requirements.find { |r| r[:file] == manifest.name }
|
|
116
116
|
|
|
117
117
|
if req.fetch(:source).fetch(:type) == "git" && !details["branch"]
|
|
118
|
-
#
|
|
118
|
+
# NOTE: we don't try to update to a specific revision if the
|
|
119
119
|
# branch was previously specified because the change in
|
|
120
120
|
# specification type would be persisted in the lockfile
|
|
121
121
|
details["revision"] = dep.version if details["revision"]
|
|
@@ -132,7 +132,7 @@ module Dependabot
|
|
|
132
132
|
"~> #{parts.join('.')}"
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
#
|
|
135
|
+
# NOTE: Dep's caret notation implementation doesn't distinguish between
|
|
136
136
|
# pre and post-1.0.0 requirements (unlike in JS)
|
|
137
137
|
def convert_caret_req(req_string)
|
|
138
138
|
version = req_string.gsub(/^\^?v?/, "")
|
|
@@ -104,7 +104,7 @@ module Dependabot
|
|
|
104
104
|
TomlRB.dump(parsed_manifest)
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
#
|
|
107
|
+
# NOTE: We don't need to care about formatting in this method, since
|
|
108
108
|
# we're only using the manifest to find the latest resolvable version
|
|
109
109
|
def replace_version_constraint(content, filename)
|
|
110
110
|
parsed_manifest = TomlRB.parse(content)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-dep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.125.
|
|
4
|
+
version: 0.125.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-30 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.125.
|
|
19
|
+
version: 0.125.7
|
|
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.125.
|
|
26
|
+
version: 0.125.7
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -100,28 +100,28 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version:
|
|
103
|
+
version: 1.4.2
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version:
|
|
110
|
+
version: 1.4.2
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: simplecov
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.
|
|
117
|
+
version: 0.20.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.20.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: simplecov-console
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|