dependabot-composer 0.264.0 → 0.265.0

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: be864726370a30721ace369a1fe1405ae97c4c6483ebe1cc7b812673c79085a0
4
- data.tar.gz: e4c4d7b05fa1e63438c2aaac73240e3a7d4635be33d58eac04f77135f8aa64d3
3
+ metadata.gz: 3db81348d3b776bb0458a8fc6de733188d891d5acd5d05301f793d7e6af8486a
4
+ data.tar.gz: 8f73f9d5d5b314ba802ed5ef1522c516a7b337c3c7b95fb9187f4a98e377c9f9
5
5
  SHA512:
6
- metadata.gz: 121bee6aee672249a978d76a577ea66a4185c765a004e7f4df56e896e09c1308408288acd08f581f38366da3b55634c317a989e078d5fa2f742f98bea7384fe8
7
- data.tar.gz: eeef4ca79ab23cc449ccac54331fcfdc61e1eb77c4daab48f91294f17940800bd35444512e85af6594ac9b977104f02d6b388f8fddcd5510ae676f45a6695022
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 "<=#{latest_allowable_version}#{lower_bound.strip}" if lower_bound.strip.start_with?("@")
241
+ return "==#{latest_allowable_version}#{lower_bound.strip}" if lower_bound.strip.start_with?("@")
242
242
 
243
- lower_bound + ", <= #{latest_allowable_version}"
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.264.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-05 00:00:00.000000000 Z
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.264.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.264.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.264.0
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: