circleci-bundle-update-pr 5.1.5 → 5.1.6

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: e74b69728bbd60236c7c5ea3fe1a40a16f4943ef57e7cd8900c395094a178ede
4
- data.tar.gz: 9c15dc6b231ffa4dd934f6cafdb5e48b75fd3260ffc4c77aa4d59d49838360e1
3
+ metadata.gz: 7de8dcf5f8579c8e21aaadba4d91a7e7a4efc0162b10c2e5a551dd0b4a13e0d0
4
+ data.tar.gz: 10c7d9a2f4f908bd3cf5d509e39f3cb471042b5e2534b696a9fd32992a31e659
5
5
  SHA512:
6
- metadata.gz: eadc3cd03b603836e5e4f040389b4e85f1b169b554f8b4cfdd7a947f00366c323949b461f8f78472d6f4b41f0d341b19efbc29ae388e0fb42895a3216aa024dc
7
- data.tar.gz: 2921e94d04aac3e64ecbbfd8001ebbbcf2c740e5f46d7df904825c7c4fd525b5a3da66ece836783b80c89e59ae2e8cc677dd8e78340586db9237ea3a30a128ca
6
+ metadata.gz: 0bd0dc03c39aee635c9a088b1976f1e8d4195109ffd27a425c7a8598c683f93a5ffce2189bba202992269fb7eb8f6dd5ab79b937d8788857d46b5bf16adcbf20
7
+ data.tar.gz: 9077a28cca916e5fad3b8681570316369d035db3889b7374e01d0336dfcaa9235bbe2017545ab117194c8f382eb1bd2fa25d0b03781ed94df654f5ff412a623d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.1.5)
4
+ circleci-bundle-update-pr (5.1.6)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -22,7 +22,7 @@ GEM
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
25
- faraday-net_http (3.4.0)
25
+ faraday-net_http (3.4.1)
26
26
  net-http (>= 0.5.0)
27
27
  httpclient (2.9.0)
28
28
  mutex_m
@@ -36,7 +36,7 @@ GEM
36
36
  octokit (10.0.0)
37
37
  faraday (>= 1, < 3)
38
38
  sawyer (~> 0.9)
39
- ostruct (0.6.1)
39
+ ostruct (0.6.2)
40
40
  parallel (1.27.0)
41
41
  parser (3.3.8.0)
42
42
  ast (~> 2.4.1)
@@ -51,7 +51,7 @@ GEM
51
51
  rspec-core (~> 3.13.0)
52
52
  rspec-expectations (~> 3.13.0)
53
53
  rspec-mocks (~> 3.13.0)
54
- rspec-core (3.13.4)
54
+ rspec-core (3.13.5)
55
55
  rspec-support (~> 3.13.0)
56
56
  rspec-expectations (3.13.5)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
@@ -60,7 +60,7 @@ GEM
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.13.0)
62
62
  rspec-support (3.13.4)
63
- rubocop (1.75.8)
63
+ rubocop (1.77.0)
64
64
  json (~> 2.3)
65
65
  language_server-protocol (~> 3.17.0.2)
66
66
  lint_roller (~> 1.1.0)
@@ -68,10 +68,10 @@ GEM
68
68
  parser (>= 3.3.0.2)
69
69
  rainbow (>= 2.2.2, < 4.0)
70
70
  regexp_parser (>= 2.9.3, < 3.0)
71
- rubocop-ast (>= 1.44.0, < 2.0)
71
+ rubocop-ast (>= 1.45.1, < 2.0)
72
72
  ruby-progressbar (~> 1.7)
73
73
  unicode-display_width (>= 2.4.0, < 4.0)
74
- rubocop-ast (1.44.1)
74
+ rubocop-ast (1.45.1)
75
75
  parser (>= 3.3.7.2)
76
76
  prism (~> 1.4)
77
77
  rubocop-rake (0.7.1)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.1.5'
7
+ VERSION = '5.1.6'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.5
4
+ version: 5.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-07-03 00:00:00.000000000 Z
10
+ date: 2025-08-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: compare_linker