circleci-bundle-update-pr 5.1.6 → 5.1.7
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 +4 -4
- data/Gemfile.lock +8 -8
- data/README.md +2 -0
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c87e4f23b7a252615cfd6835e4ab2786739230f8cbb341716591f87faaf7257
|
4
|
+
data.tar.gz: e86fcbfa9538294c16f58cb5f87c471acfa6fcb1c760feb71153e7ecfa304372
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fd4d2213f07ac7e9280c98f62516bcd138cf2ab176117ff1c3515e02fb5afdbf7c47f7b84eca6b824dda667119aab88a22f63e19f2c987b8a5b70880056abdd
|
7
|
+
data.tar.gz: 37547a92416c28fbf5327005e5fa61cfc3054912d28602bf06d25e3017e9bd9678d0771f4aef75abeee4069194c86434da7e44c514b0b2b6ebcfd49537b5e2a0
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
circleci-bundle-update-pr (5.1.
|
4
|
+
circleci-bundle-update-pr (5.1.7)
|
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.13.
|
21
|
+
faraday (2.13.4)
|
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.0)
|
27
27
|
httpclient (2.9.0)
|
28
28
|
mutex_m
|
29
|
-
json (2.
|
29
|
+
json (2.13.2)
|
30
30
|
language_server-protocol (3.17.0.5)
|
31
31
|
lint_roller (1.1.0)
|
32
32
|
logger (1.7.0)
|
@@ -36,9 +36,9 @@ GEM
|
|
36
36
|
octokit (10.0.0)
|
37
37
|
faraday (>= 1, < 3)
|
38
38
|
sawyer (~> 0.9)
|
39
|
-
ostruct (0.6.
|
39
|
+
ostruct (0.6.3)
|
40
40
|
parallel (1.27.0)
|
41
|
-
parser (3.3.
|
41
|
+
parser (3.3.9.0)
|
42
42
|
ast (~> 2.4.1)
|
43
43
|
racc
|
44
44
|
prism (1.4.0)
|
@@ -60,7 +60,7 @@ GEM
|
|
60
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
61
61
|
rspec-support (~> 3.13.0)
|
62
62
|
rspec-support (3.13.4)
|
63
|
-
rubocop (1.
|
63
|
+
rubocop (1.79.1)
|
64
64
|
json (~> 2.3)
|
65
65
|
language_server-protocol (~> 3.17.0.2)
|
66
66
|
lint_roller (~> 1.1.0)
|
@@ -68,10 +68,10 @@ GEM
|
|
68
68
|
parser (>= 3.3.0.2)
|
69
69
|
rainbow (>= 2.2.2, < 4.0)
|
70
70
|
regexp_parser (>= 2.9.3, < 3.0)
|
71
|
-
rubocop-ast (>= 1.
|
71
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
72
72
|
ruby-progressbar (~> 1.7)
|
73
73
|
unicode-display_width (>= 2.4.0, < 4.0)
|
74
|
-
rubocop-ast (1.
|
74
|
+
rubocop-ast (1.46.0)
|
75
75
|
parser (>= 3.3.7.2)
|
76
76
|
prism (~> 1.4)
|
77
77
|
rubocop-rake (0.7.1)
|
data/README.md
CHANGED
@@ -3,10 +3,12 @@
|
|
3
3
|
[][circleci]
|
4
4
|
[][codeql]
|
5
5
|
[][gem]
|
6
|
+
[][deepwiki]
|
6
7
|
|
7
8
|
[circleci]: https://app.circleci.com/pipelines/github/masutaka/circleci-bundle-update-pr?branch=main
|
8
9
|
[codeql]: https://github.com/masutaka/circleci-bundle-update-pr/actions/workflows/github-code-scanning/codeql?query=branch%3Amain
|
9
10
|
[gem]: https://rubygems.org/gems/circleci-bundle-update-pr
|
11
|
+
[deepwiki]: https://deepwiki.com/masutaka/circleci-bundle-update-pr
|
10
12
|
|
11
13
|
`circleci-bundle-update-pr` is an automation script for continuous bundle update and for sending a pull request using [`Scheduling a Workflow of CircleCI`](https://circleci.com/docs/2.0/workflows/#scheduling-a-workflow).
|
12
14
|
|
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.
|
4
|
+
version: 5.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-09-01 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: compare_linker
|