circleci-bundle-update-pr 5.1.1 → 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: 609d4b0e826e04a547b037d2fba04436a6457d5d2f8013d1b2ffafe540586a2e
4
- data.tar.gz: 47ffe7bca0044933b393a2141f0b1da0ac549217af60d19289073487cacec6ac
3
+ metadata.gz: 437bcd0121ae5ba83e32e77907aeec9605cec3fc27e63476c254f1bbfe4c0b8b
4
+ data.tar.gz: a1b458944c85a3cc952497c6bd5ee727f88449f6aa00b710dbfdc7431e246e0b
5
5
  SHA512:
6
- metadata.gz: f4e1bc058d51604419ca923bef5590eba38bc1bbf42bc8950c8d517ae15c88d52e83781bc7bebc19de8a85a4bf3ac25c37c8558521ab2fee52b76d4492ff30c4
7
- data.tar.gz: 5e6a9270a1d3b6ed8e4c9b8960f8b90ff3ad03677c9f7c838e70322a2b505458dda236800e39c8dbb46dfb105709eb241135aff67e671a4899a7dcedef19faeb
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.1)
4
+ circleci-bundle-update-pr (5.1.3)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -10,25 +10,26 @@ 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
- compare_linker (1.4.10)
15
+ compare_linker (1.4.11)
16
16
  base64
17
17
  httpclient
18
- mutex_m
19
18
  octokit
20
19
  ostruct
21
- diff-lcs (1.5.1)
20
+ diff-lcs (1.6.1)
22
21
  faraday (2.12.2)
23
22
  faraday-net_http (>= 2.0, < 3.5)
24
23
  json
25
24
  logger
26
25
  faraday-net_http (3.4.0)
27
26
  net-http (>= 0.5.0)
28
- httpclient (2.8.3)
29
- json (2.9.1)
27
+ httpclient (2.9.0)
28
+ mutex_m
29
+ json (2.10.2)
30
30
  language_server-protocol (3.17.0.4)
31
- logger (1.6.5)
31
+ lint_roller (1.1.0)
32
+ logger (1.7.0)
32
33
  mutex_m (0.3.0)
33
34
  net-http (0.6.0)
34
35
  uri
@@ -37,9 +38,10 @@ GEM
37
38
  sawyer (~> 0.9)
38
39
  ostruct (0.6.1)
39
40
  parallel (1.26.3)
40
- parser (3.3.7.0)
41
+ parser (3.3.7.4)
41
42
  ast (~> 2.4.1)
42
43
  racc
44
+ prism (1.4.0)
43
45
  public_suffix (6.0.1)
44
46
  racc (1.8.1)
45
47
  rainbow (3.1.1)
@@ -49,7 +51,7 @@ GEM
49
51
  rspec-core (~> 3.13.0)
50
52
  rspec-expectations (~> 3.13.0)
51
53
  rspec-mocks (~> 3.13.0)
52
- rspec-core (3.13.2)
54
+ rspec-core (3.13.3)
53
55
  rspec-support (~> 3.13.0)
54
56
  rspec-expectations (3.13.3)
55
57
  diff-lcs (>= 1.2.0, < 2.0)
@@ -58,22 +60,26 @@ GEM
58
60
  diff-lcs (>= 1.2.0, < 2.0)
59
61
  rspec-support (~> 3.13.0)
60
62
  rspec-support (3.13.2)
61
- rubocop (1.71.1)
63
+ rubocop (1.75.1)
62
64
  json (~> 2.3)
63
- language_server-protocol (>= 3.17.0)
65
+ language_server-protocol (~> 3.17.0.2)
66
+ lint_roller (~> 1.1.0)
64
67
  parallel (~> 1.10)
65
68
  parser (>= 3.3.0.2)
66
69
  rainbow (>= 2.2.2, < 4.0)
67
70
  regexp_parser (>= 2.9.3, < 3.0)
68
- rubocop-ast (>= 1.38.0, < 2.0)
71
+ rubocop-ast (>= 1.43.0, < 2.0)
69
72
  ruby-progressbar (~> 1.7)
70
73
  unicode-display_width (>= 2.4.0, < 4.0)
71
- rubocop-ast (1.38.0)
72
- parser (>= 3.3.1.0)
73
- rubocop-rake (0.6.0)
74
- rubocop (~> 1.0)
75
- rubocop-rspec (3.4.0)
76
- rubocop (~> 1.61)
74
+ rubocop-ast (1.43.0)
75
+ parser (>= 3.3.7.2)
76
+ prism (~> 1.4)
77
+ rubocop-rake (0.7.1)
78
+ lint_roller (~> 1.1)
79
+ rubocop (>= 1.72.1)
80
+ rubocop-rspec (3.5.0)
81
+ lint_roller (~> 1.1)
82
+ rubocop (~> 1.72, >= 1.72.1)
77
83
  ruby-progressbar (1.13.0)
78
84
  sawyer (0.9.2)
79
85
  addressable (>= 2.3.5)
@@ -81,7 +87,7 @@ GEM
81
87
  unicode-display_width (3.1.4)
82
88
  unicode-emoji (~> 4.0, >= 4.0.4)
83
89
  unicode-emoji (4.0.4)
84
- uri (1.0.2)
90
+ uri (1.0.3)
85
91
 
86
92
  PLATFORMS
87
93
  ruby
@@ -101,4 +107,4 @@ DEPENDENCIES
101
107
  rubocop-rspec
102
108
 
103
109
  BUNDLED WITH
104
- 2.6.2
110
+ 2.6.3
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.1.1'
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.1
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-03-05 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