circleci-bundle-update-pr 5.2.2 → 5.2.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: 290c14aaad30e32c6455c11636d9c0c7141592af8cc7fb4f315776378c7f3e0e
4
- data.tar.gz: 56ad20a2dec6a37e1b9de2b8b8d54173629ad0bd21e81adabc5f994653ad7a6f
3
+ metadata.gz: 98d0e2b4c2424c38d5d45335731fed792143bedbf2bfe10bd733d78090f55d3c
4
+ data.tar.gz: 2ca5c13f618cf1d2a57f73582cdd9dceb11bfa099a09f30f70ffc32879e98ad6
5
5
  SHA512:
6
- metadata.gz: 5d2e62fb07a3c8ac8482e167b3d6eb994266dcd93ffbdbf0a81ea3fbd6928cfd1426774dfbb2e5c73a8b4e187e0665064434e6f26995d425f8e6c203d48d13d8
7
- data.tar.gz: 0a229bab80cdd6b21cc8fc42e3f0445b75d0a395a878287627c8acffbc63cff8c3085a2a3aa85ba21a17aed0cdfd7cd01bc2da88c7e797daca46e2ab874bdf16
6
+ metadata.gz: ca639f138d040d1b64a34179dccbe79e2b9cdd86856e811cda09e7b5180fe6657cd5f3e0641c0ece48488b53980da7ff707c4bdca60861444f9204c70121c709
7
+ data.tar.gz: ac33a35b8aef369bc2c94ec0138e852845e4a50ae27b8d9b0dabbc4bb4582ee0f1f3308d890157577ed24b50fa3c59ac926d41494354b64ec910730492900e35
data/Gemfile.lock CHANGED
@@ -1,18 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.2.2)
4
+ circleci-bundle-update-pr (5.2.3)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.9)
11
+ addressable (2.9.0)
12
12
  public_suffix (>= 2.0.2, < 8.0)
13
13
  ast (2.4.3)
14
14
  base64 (0.3.0)
15
- bigdecimal (4.1.0)
16
15
  compare_linker (1.4.11)
17
16
  base64
18
17
  httpclient
@@ -27,15 +26,10 @@ GEM
27
26
  net-http (~> 0.5)
28
27
  httpclient (2.9.0)
29
28
  mutex_m
30
- json (2.19.2)
31
- json-schema (6.2.0)
32
- addressable (~> 2.8)
33
- bigdecimal (>= 3.1, < 5)
29
+ json (2.19.3)
34
30
  language_server-protocol (3.17.0.5)
35
31
  lint_roller (1.1.0)
36
32
  logger (1.7.0)
37
- mcp (0.9.2)
38
- json-schema (>= 4.1)
39
33
  mutex_m (0.3.0)
40
34
  net-http (0.9.1)
41
35
  uri (>= 0.11.1)
@@ -44,7 +38,7 @@ GEM
44
38
  sawyer (~> 0.9)
45
39
  ostruct (0.6.3)
46
40
  parallel (1.27.0)
47
- parser (3.3.10.2)
41
+ parser (3.3.11.1)
48
42
  ast (~> 2.4.1)
49
43
  racc
50
44
  prism (1.9.0)
@@ -66,11 +60,10 @@ GEM
66
60
  diff-lcs (>= 1.2.0, < 2.0)
67
61
  rspec-support (~> 3.13.0)
68
62
  rspec-support (3.13.7)
69
- rubocop (1.85.0)
63
+ rubocop (1.86.0)
70
64
  json (~> 2.3)
71
65
  language_server-protocol (~> 3.17.0.2)
72
66
  lint_roller (~> 1.1.0)
73
- mcp (~> 0.6)
74
67
  parallel (~> 1.10)
75
68
  parser (>= 3.3.0.2)
76
69
  rainbow (>= 2.2.2, < 4.0)
@@ -78,7 +71,7 @@ GEM
78
71
  rubocop-ast (>= 1.49.0, < 2.0)
79
72
  ruby-progressbar (~> 1.7)
80
73
  unicode-display_width (>= 2.4.0, < 4.0)
81
- rubocop-ast (1.49.0)
74
+ rubocop-ast (1.49.1)
82
75
  parser (>= 3.3.7.2)
83
76
  prism (~> 1.7)
84
77
  rubocop-rake (0.7.1)
@@ -114,4 +107,4 @@ DEPENDENCIES
114
107
  rubocop-rspec
115
108
 
116
109
  BUNDLED WITH
117
- 4.0.3
110
+ 4.0.8
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.2.2'
7
+ VERSION = '5.2.3'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.2
4
+ version: 5.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda