dependabot-composer 0.384.0 → 0.385.0
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 +4 -4
- data/lib/dependabot/composer/update_checker.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cd25114c754cbfc1a3aab8195dfc27874087c1d2c390c26d6336ccbb6688499
|
|
4
|
+
data.tar.gz: 74fdd3f4f331852e54f1799b9ee7a5f51b6f8ff6af47b0faa1ff699dc2a8fe5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53a674477e76ca9cd704236f4e94bf36db3488448bf7355b01ef7ddf58992ce92068265f280702b753094dc41a3f5a411cf94ed4db494c9fb0d3d85f986fb206
|
|
7
|
+
data.tar.gz: '049fe3fbfacaa0b3a3f006abab593336ee473d6bad1206ba375e523baf04b8f45d91be6015e8639056efec8e8561d0825747d7513b61c5f9b346f82b74d93a01'
|
|
@@ -189,8 +189,8 @@ module Dependabot
|
|
|
189
189
|
# we want to update that tag. The latest version will then be the SHA
|
|
190
190
|
# of the latest tag that looks like a version.
|
|
191
191
|
if git_commit_checker.pinned_ref_looks_like_version? &&
|
|
192
|
-
git_commit_checker.local_tag_for_latest_version
|
|
193
|
-
latest_tag = git_commit_checker.local_tag_for_latest_version
|
|
192
|
+
git_commit_checker.local_tag_for_latest_version(update_cooldown)
|
|
193
|
+
latest_tag = git_commit_checker.local_tag_for_latest_version(update_cooldown)
|
|
194
194
|
return latest_tag&.fetch(:commit_sha)
|
|
195
195
|
end
|
|
196
196
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-composer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.385.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.385.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.385.0
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: debug
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -276,7 +276,7 @@ licenses:
|
|
|
276
276
|
- MIT
|
|
277
277
|
metadata:
|
|
278
278
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
279
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
279
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.385.0
|
|
280
280
|
rdoc_options: []
|
|
281
281
|
require_paths:
|
|
282
282
|
- lib
|