circleci-bundle-update-pr 5.0.8 → 5.0.9

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: 89fbc9890c17c4ed0e33145e6912a7d32f07a293b4ecfef1973b47dfabddf773
4
- data.tar.gz: 17b1ca8ffef82150c2074dfc8729eb9205a4c5104801a2585691012ec9137612
3
+ metadata.gz: 68dae423a18a82f4a1b8785ed6524f5a07397594ac86ad7afc62174e0ba5a07b
4
+ data.tar.gz: bf7e0c272118dff699a6f0f7b87430ecc46b0798820a6a9e9bd963c67e4cc079
5
5
  SHA512:
6
- metadata.gz: a33a0287f587d15d45af947cb165d6011f548fa73926b5b7bbe5e648173caa7e2cf6d8d6c9338abbbf487e519fa3a8679b0870f98a9c4dba243e678ebf3968c2
7
- data.tar.gz: fa1f79a853b0272dfc8e483cfc4786c710238a742c5a245d50f0c2d052db65a81caa26890dfaeb44d81732612162809035f84039b2f2be23f0a987be88a28d7e
6
+ metadata.gz: bad8ab1253afba681aeb31f1aae302bd02764b52a91effceea0540e1cfae3df13e2395a71a7b012b8c7db3c0cfab7a8770c930e6a0a0e5036c2f2eaf1dd5d0ce
7
+ data.tar.gz: c1422e57bcd19596ebfcb8d1e93762d27d84d4e45d85aba3321fde38de844d2612caafa57d3b9b03892d8e79fabcd86c143292d5577f70f35619ef8beddd1895
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.8)
4
+ circleci-bundle-update-pr (5.0.9)
5
5
  compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
@@ -12,10 +12,11 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 7.0)
13
13
  ast (2.4.2)
14
14
  base64 (0.2.0)
15
- compare_linker (1.4.7)
15
+ compare_linker (1.4.8)
16
16
  base64
17
17
  httpclient
18
18
  octokit
19
+ ostruct
19
20
  diff-lcs (1.5.1)
20
21
  faraday (2.12.0)
21
22
  faraday-net_http (>= 2.0, < 3.4)
@@ -24,16 +25,17 @@ GEM
24
25
  faraday-net_http (3.3.0)
25
26
  net-http
26
27
  httpclient (2.8.3)
27
- json (2.7.2)
28
+ json (2.7.5)
28
29
  language_server-protocol (3.17.0.3)
29
30
  logger (1.6.1)
30
31
  net-http (0.4.1)
31
32
  uri
32
- octokit (9.1.0)
33
+ octokit (9.2.0)
33
34
  faraday (>= 1, < 3)
34
35
  sawyer (~> 0.9)
36
+ ostruct (0.6.0)
35
37
  parallel (1.26.3)
36
- parser (3.3.5.0)
38
+ parser (3.3.5.1)
37
39
  ast (~> 2.4.1)
38
40
  racc
39
41
  public_suffix (6.0.1)
@@ -45,16 +47,16 @@ GEM
45
47
  rspec-core (~> 3.13.0)
46
48
  rspec-expectations (~> 3.13.0)
47
49
  rspec-mocks (~> 3.13.0)
48
- rspec-core (3.13.1)
50
+ rspec-core (3.13.2)
49
51
  rspec-support (~> 3.13.0)
50
52
  rspec-expectations (3.13.3)
51
53
  diff-lcs (>= 1.2.0, < 2.0)
52
54
  rspec-support (~> 3.13.0)
53
- rspec-mocks (3.13.1)
55
+ rspec-mocks (3.13.2)
54
56
  diff-lcs (>= 1.2.0, < 2.0)
55
57
  rspec-support (~> 3.13.0)
56
58
  rspec-support (3.13.1)
57
- rubocop (1.66.1)
59
+ rubocop (1.68.0)
58
60
  json (~> 2.3)
59
61
  language_server-protocol (>= 3.17.0)
60
62
  parallel (~> 1.10)
@@ -64,11 +66,11 @@ GEM
64
66
  rubocop-ast (>= 1.32.2, < 2.0)
65
67
  ruby-progressbar (~> 1.7)
66
68
  unicode-display_width (>= 2.4.0, < 3.0)
67
- rubocop-ast (1.32.3)
69
+ rubocop-ast (1.33.0)
68
70
  parser (>= 3.3.1.0)
69
71
  rubocop-rake (0.6.0)
70
72
  rubocop (~> 1.0)
71
- rubocop-rspec (3.0.5)
73
+ rubocop-rspec (3.2.0)
72
74
  rubocop (~> 1.61)
73
75
  ruby-progressbar (1.13.0)
74
76
  sawyer (0.9.2)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.8'
7
+ VERSION = '5.0.9'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.8
4
+ version: 5.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-03 00:00:00.000000000 Z
11
+ date: 2024-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker