circleci-bundle-update-pr 5.1.2 → 5.1.3

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: 5d128f66cdfb6c8e1b1ecc2b716f0a0efc0af22acd5117a3ade83d5ed93d7611
4
- data.tar.gz: f41f53ebac955fafeb937acb64a84e92da77dbdb3f915dd52a0027345027c216
3
+ metadata.gz: 437bcd0121ae5ba83e32e77907aeec9605cec3fc27e63476c254f1bbfe4c0b8b
4
+ data.tar.gz: a1b458944c85a3cc952497c6bd5ee727f88449f6aa00b710dbfdc7431e246e0b
5
5
  SHA512:
6
- metadata.gz: ad9a6178a065981b26f081c0fd6713432d98ee130d20137b95760351147988e1a8012782e94e87483ac1a46213a6634d2c310f0b9304ea86dbfdc400e0b94d26
7
- data.tar.gz: 9d815c97990338e6012caaa837a142e0626c5e4bb203cfecee843156b41a193e257901d4097e0dbc9e945589b7e2f5eac43b479e617ee13faf5bd08813c778cc
6
+ metadata.gz: 812035104c1484ccd9664d04365d3db7d8a341918a05fb02ba5b509f26d8938e39b32c5d59783953d4e9f5ca81ff68f7fc16618779d3372f7d6fc6dceef5f0c7
7
+ data.tar.gz: f039f65a17d3b0b691111c351358fb502bdfd33e9d32ddf4e6a90f4f6ad275e99626b98968e16ec0554031de40421a41fa7130f0b957f99bc6ecbf8ad3d2b774
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  inherit_from: .rubocop_todo.yml
2
- require:
2
+ plugins:
3
3
  - rubocop-rake
4
4
  - rubocop-rspec
5
5
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.1.2)
4
+ circleci-bundle-update-pr (5.1.3)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -10,14 +10,14 @@ GEM
10
10
  specs:
11
11
  addressable (2.8.7)
12
12
  public_suffix (>= 2.0.2, < 7.0)
13
- ast (2.4.2)
13
+ ast (2.4.3)
14
14
  base64 (0.2.0)
15
15
  compare_linker (1.4.11)
16
16
  base64
17
17
  httpclient
18
18
  octokit
19
19
  ostruct
20
- diff-lcs (1.6.0)
20
+ diff-lcs (1.6.1)
21
21
  faraday (2.12.2)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
@@ -29,7 +29,7 @@ GEM
29
29
  json (2.10.2)
30
30
  language_server-protocol (3.17.0.4)
31
31
  lint_roller (1.1.0)
32
- logger (1.6.6)
32
+ logger (1.7.0)
33
33
  mutex_m (0.3.0)
34
34
  net-http (0.6.0)
35
35
  uri
@@ -38,9 +38,10 @@ GEM
38
38
  sawyer (~> 0.9)
39
39
  ostruct (0.6.1)
40
40
  parallel (1.26.3)
41
- parser (3.3.7.1)
41
+ parser (3.3.7.4)
42
42
  ast (~> 2.4.1)
43
43
  racc
44
+ prism (1.4.0)
44
45
  public_suffix (6.0.1)
45
46
  racc (1.8.1)
46
47
  rainbow (3.1.1)
@@ -59,7 +60,7 @@ GEM
59
60
  diff-lcs (>= 1.2.0, < 2.0)
60
61
  rspec-support (~> 3.13.0)
61
62
  rspec-support (3.13.2)
62
- rubocop (1.73.1)
63
+ rubocop (1.75.1)
63
64
  json (~> 2.3)
64
65
  language_server-protocol (~> 3.17.0.2)
65
66
  lint_roller (~> 1.1.0)
@@ -67,11 +68,12 @@ GEM
67
68
  parser (>= 3.3.0.2)
68
69
  rainbow (>= 2.2.2, < 4.0)
69
70
  regexp_parser (>= 2.9.3, < 3.0)
70
- rubocop-ast (>= 1.38.0, < 2.0)
71
+ rubocop-ast (>= 1.43.0, < 2.0)
71
72
  ruby-progressbar (~> 1.7)
72
73
  unicode-display_width (>= 2.4.0, < 4.0)
73
- rubocop-ast (1.38.1)
74
- parser (>= 3.3.1.0)
74
+ rubocop-ast (1.43.0)
75
+ parser (>= 3.3.7.2)
76
+ prism (~> 1.4)
75
77
  rubocop-rake (0.7.1)
76
78
  lint_roller (~> 1.1)
77
79
  rubocop (>= 1.72.1)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.1.2'
7
+ VERSION = '5.1.3'
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.2
4
+ version: 5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-01 00:00:00.000000000 Z
10
+ date: 2025-05-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: compare_linker