circleci-bundle-update-pr 5.2.3 → 5.2.4

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: 98d0e2b4c2424c38d5d45335731fed792143bedbf2bfe10bd733d78090f55d3c
4
- data.tar.gz: 2ca5c13f618cf1d2a57f73582cdd9dceb11bfa099a09f30f70ffc32879e98ad6
3
+ metadata.gz: 7912bb84c5031a2093056ecb0ef7aee44d9ff77684cf3dc40e957d0ed6666d56
4
+ data.tar.gz: 4965990df7b47305f4b29f9adf6406a5ea1a805ae531ade5a9c7e347f6620a63
5
5
  SHA512:
6
- metadata.gz: ca639f138d040d1b64a34179dccbe79e2b9cdd86856e811cda09e7b5180fe6657cd5f3e0641c0ece48488b53980da7ff707c4bdca60861444f9204c70121c709
7
- data.tar.gz: ac33a35b8aef369bc2c94ec0138e852845e4a50ae27b8d9b0dabbc4bb4582ee0f1f3308d890157577ed24b50fa3c59ac926d41494354b64ec910730492900e35
6
+ metadata.gz: 0d022c6e87875808bb9cc0c9c5fe9ea6ca94dbb5456554569bc84e6e8904d71f32f270f654309f483f83d41fb682e05191ad1e4f0de17c955977ea62d55dac51
7
+ data.tar.gz: 8b1c9796278c1e54cdb0533942bd71e2f14c4adfb964dd0caae87f54a34c850fcb90ff949592e00baeb7b4f8d07e9c58b375b418fefcdb0362ad6245aa92843a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.2.3)
4
+ circleci-bundle-update-pr (5.2.4)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -18,7 +18,7 @@ GEM
18
18
  octokit
19
19
  ostruct
20
20
  diff-lcs (1.6.2)
21
- faraday (2.14.1)
21
+ faraday (2.14.2)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
@@ -26,7 +26,7 @@ GEM
26
26
  net-http (~> 0.5)
27
27
  httpclient (2.9.0)
28
28
  mutex_m
29
- json (2.19.3)
29
+ json (2.19.5)
30
30
  language_server-protocol (3.17.0.5)
31
31
  lint_roller (1.1.0)
32
32
  logger (1.7.0)
@@ -37,16 +37,16 @@ GEM
37
37
  faraday (>= 1, < 3)
38
38
  sawyer (~> 0.9)
39
39
  ostruct (0.6.3)
40
- parallel (1.27.0)
40
+ parallel (2.1.0)
41
41
  parser (3.3.11.1)
42
42
  ast (~> 2.4.1)
43
43
  racc
44
44
  prism (1.9.0)
45
- public_suffix (6.0.2)
45
+ public_suffix (7.0.5)
46
46
  racc (1.8.1)
47
47
  rainbow (3.1.1)
48
- rake (13.3.1)
49
- regexp_parser (2.11.3)
48
+ rake (13.4.2)
49
+ regexp_parser (2.12.0)
50
50
  rspec (3.13.2)
51
51
  rspec-core (~> 3.13.0)
52
52
  rspec-expectations (~> 3.13.0)
@@ -60,11 +60,11 @@ GEM
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.13.0)
62
62
  rspec-support (3.13.7)
63
- rubocop (1.86.0)
63
+ rubocop (1.86.1)
64
64
  json (~> 2.3)
65
65
  language_server-protocol (~> 3.17.0.2)
66
66
  lint_roller (~> 1.1.0)
67
- parallel (~> 1.10)
67
+ parallel (>= 1.10)
68
68
  parser (>= 3.3.0.2)
69
69
  rainbow (>= 2.2.2, < 4.0)
70
70
  regexp_parser (>= 2.9.3, < 3.0)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.2.3'
7
+ VERSION = '5.2.4'
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.3
4
+ version: 5.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 4.0.6
170
+ rubygems_version: 4.0.10
171
171
  specification_version: 4
172
172
  summary: Provide continues bundle update using CircleCI
173
173
  test_files: []