dependabot-composer 0.264.0 → 0.265.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3db81348d3b776bb0458a8fc6de733188d891d5acd5d05301f793d7e6af8486a
|
|
4
|
+
data.tar.gz: 8f73f9d5d5b314ba802ed5ef1522c516a7b337c3c7b95fb9187f4a98e377c9f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42cc3c60e544d2d2ca43cc6fc4c3d14a2c89be83fe57309c98519a152448c8d0666f7a8130f490b22710ac225639889a760f576ebb373ff96c035d292a1d3939
|
|
7
|
+
data.tar.gz: ab6c8d3e6d10cd47f670f188ec77336c848b648f33ab4822d1967b6a2ee165e69c8a802bb4a46e135c6dd92be8eb0511bff5c5edc1804c8ddbaa2471dc843ed0
|
|
@@ -238,9 +238,9 @@ module Dependabot
|
|
|
238
238
|
|
|
239
239
|
# If the original requirement is just a stability flag we append that
|
|
240
240
|
# flag to the requirement
|
|
241
|
-
return "
|
|
241
|
+
return "==#{latest_allowable_version}#{lower_bound.strip}" if lower_bound.strip.start_with?("@")
|
|
242
242
|
|
|
243
|
-
lower_bound + ",
|
|
243
|
+
lower_bound + ", == #{latest_allowable_version}"
|
|
244
244
|
end
|
|
245
245
|
# rubocop:enable Metrics/PerceivedComplexity
|
|
246
246
|
# rubocop:enable Metrics/AbcSize
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-composer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.265.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-11 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.
|
|
19
|
+
version: 0.265.0
|
|
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.
|
|
26
|
+
version: 0.265.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: debug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -286,7 +286,7 @@ licenses:
|
|
|
286
286
|
- MIT
|
|
287
287
|
metadata:
|
|
288
288
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
289
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
289
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.265.0
|
|
290
290
|
post_install_message:
|
|
291
291
|
rdoc_options: []
|
|
292
292
|
require_paths:
|