circleci-bundle-update-pr 5.1.8 → 5.1.10
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/.coderabbit.yaml +4 -0
- data/.github/CODEOWNERS +1 -0
- data/.github/dependabot.yml +13 -0
- data/Gemfile.lock +22 -22
- data/README.md +5 -3
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7304bf5eea5a9835cdeceb5830189e861a166da2f3d162e8b008aaa6e5c86fe9
|
|
4
|
+
data.tar.gz: 2e76277b4826de4b06c33b88993fe2538338ef682d423459dc588f096aff7ed0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51feeb5370f7dcf0d4698364ac9313ba8eafdf2b26b2e4fc34ad1fe3113409ecac702644c4f941affad5274c9e8ad551963298043a0b80887532d348ffe9c0cc
|
|
7
|
+
data.tar.gz: 9096b3bbe7360ed3a263f07f21bbf4217baea3d5255679f8b560979771c24c9276a8115c923c8ea47743a838b559f47b06be59a6aaf785e40922359c7b7bd07f
|
data/.coderabbit.yaml
ADDED
data/.github/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @masutaka
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
|
2
|
+
version: 2
|
|
3
|
+
updates:
|
|
4
|
+
- package-ecosystem: "bundler"
|
|
5
|
+
directory: "/"
|
|
6
|
+
schedule:
|
|
7
|
+
interval: "monthly"
|
|
8
|
+
time: "19:00"
|
|
9
|
+
timezone: "Asia/Tokyo"
|
|
10
|
+
groups:
|
|
11
|
+
all:
|
|
12
|
+
patterns:
|
|
13
|
+
- "*"
|
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.10)
|
|
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.
|
|
21
|
+
faraday (2.14.0)
|
|
22
22
|
faraday-net_http (>= 2.0, < 3.5)
|
|
23
23
|
json
|
|
24
24
|
logger
|
|
@@ -26,41 +26,41 @@ GEM
|
|
|
26
26
|
net-http (>= 0.5.0)
|
|
27
27
|
httpclient (2.9.0)
|
|
28
28
|
mutex_m
|
|
29
|
-
json (2.
|
|
29
|
+
json (2.15.2)
|
|
30
30
|
language_server-protocol (3.17.0.5)
|
|
31
31
|
lint_roller (1.1.0)
|
|
32
32
|
logger (1.7.0)
|
|
33
33
|
mutex_m (0.3.0)
|
|
34
|
-
net-http (0.
|
|
34
|
+
net-http (0.7.0)
|
|
35
35
|
uri
|
|
36
36
|
octokit (10.0.0)
|
|
37
37
|
faraday (>= 1, < 3)
|
|
38
38
|
sawyer (~> 0.9)
|
|
39
39
|
ostruct (0.6.3)
|
|
40
40
|
parallel (1.27.0)
|
|
41
|
-
parser (3.3.
|
|
41
|
+
parser (3.3.10.0)
|
|
42
42
|
ast (~> 2.4.1)
|
|
43
43
|
racc
|
|
44
|
-
prism (1.
|
|
44
|
+
prism (1.6.0)
|
|
45
45
|
public_suffix (6.0.2)
|
|
46
46
|
racc (1.8.1)
|
|
47
47
|
rainbow (3.1.1)
|
|
48
|
-
rake (13.3.
|
|
49
|
-
regexp_parser (2.11.
|
|
50
|
-
rspec (3.13.
|
|
48
|
+
rake (13.3.1)
|
|
49
|
+
regexp_parser (2.11.3)
|
|
50
|
+
rspec (3.13.2)
|
|
51
51
|
rspec-core (~> 3.13.0)
|
|
52
52
|
rspec-expectations (~> 3.13.0)
|
|
53
53
|
rspec-mocks (~> 3.13.0)
|
|
54
|
-
rspec-core (3.13.
|
|
54
|
+
rspec-core (3.13.6)
|
|
55
55
|
rspec-support (~> 3.13.0)
|
|
56
56
|
rspec-expectations (3.13.5)
|
|
57
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
58
58
|
rspec-support (~> 3.13.0)
|
|
59
|
-
rspec-mocks (3.13.
|
|
59
|
+
rspec-mocks (3.13.7)
|
|
60
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
61
|
rspec-support (~> 3.13.0)
|
|
62
|
-
rspec-support (3.13.
|
|
63
|
-
rubocop (1.
|
|
62
|
+
rspec-support (3.13.6)
|
|
63
|
+
rubocop (1.81.7)
|
|
64
64
|
json (~> 2.3)
|
|
65
65
|
language_server-protocol (~> 3.17.0.2)
|
|
66
66
|
lint_roller (~> 1.1.0)
|
|
@@ -68,26 +68,26 @@ 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.47.1, < 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.47.1)
|
|
75
75
|
parser (>= 3.3.7.2)
|
|
76
76
|
prism (~> 1.4)
|
|
77
77
|
rubocop-rake (0.7.1)
|
|
78
78
|
lint_roller (~> 1.1)
|
|
79
79
|
rubocop (>= 1.72.1)
|
|
80
|
-
rubocop-rspec (3.
|
|
80
|
+
rubocop-rspec (3.7.0)
|
|
81
81
|
lint_roller (~> 1.1)
|
|
82
82
|
rubocop (~> 1.72, >= 1.72.1)
|
|
83
83
|
ruby-progressbar (1.13.0)
|
|
84
|
-
sawyer (0.9.
|
|
84
|
+
sawyer (0.9.3)
|
|
85
85
|
addressable (>= 2.3.5)
|
|
86
86
|
faraday (>= 0.17.3, < 3)
|
|
87
|
-
unicode-display_width (3.
|
|
88
|
-
unicode-emoji (~> 4.
|
|
89
|
-
unicode-emoji (4.0
|
|
90
|
-
uri (1.0
|
|
87
|
+
unicode-display_width (3.2.0)
|
|
88
|
+
unicode-emoji (~> 4.1)
|
|
89
|
+
unicode-emoji (4.1.0)
|
|
90
|
+
uri (1.1.0)
|
|
91
91
|
|
|
92
92
|
PLATFORMS
|
|
93
93
|
ruby
|
|
@@ -107,4 +107,4 @@ DEPENDENCIES
|
|
|
107
107
|
rubocop-rspec
|
|
108
108
|
|
|
109
109
|
BUNDLED WITH
|
|
110
|
-
2.
|
|
110
|
+
2.7.2
|
data/README.md
CHANGED
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
[][circleci]
|
|
4
4
|
[][codeql]
|
|
5
5
|
[][gem]
|
|
6
|
+
[][coderabbit]
|
|
6
7
|
[][deepwiki]
|
|
7
8
|
|
|
8
9
|
[circleci]: https://app.circleci.com/pipelines/github/masutaka/circleci-bundle-update-pr?branch=main
|
|
9
10
|
[codeql]: https://github.com/masutaka/circleci-bundle-update-pr/actions/workflows/github-code-scanning/codeql?query=branch%3Amain
|
|
10
11
|
[gem]: https://rubygems.org/gems/circleci-bundle-update-pr
|
|
12
|
+
[coderabbit]: https://www.coderabbit.ai/
|
|
11
13
|
[deepwiki]: https://deepwiki.com/masutaka/circleci-bundle-update-pr
|
|
12
14
|
|
|
13
15
|
`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).
|
|
@@ -174,12 +176,12 @@ jobs:
|
|
|
174
176
|
runs-on: ubuntu-latest
|
|
175
177
|
|
|
176
178
|
steps:
|
|
177
|
-
- uses: actions/checkout@
|
|
179
|
+
- uses: actions/checkout@v5
|
|
178
180
|
|
|
179
181
|
- name: Set up Ruby
|
|
180
|
-
uses:
|
|
182
|
+
uses: ruby/setup-ruby@v1
|
|
181
183
|
with:
|
|
182
|
-
ruby-version:
|
|
184
|
+
ruby-version: '3.4'
|
|
183
185
|
|
|
184
186
|
- name: Install dependencies
|
|
185
187
|
run: |
|
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.1.
|
|
4
|
+
version: 5.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
@@ -130,6 +130,9 @@ extensions: []
|
|
|
130
130
|
extra_rdoc_files: []
|
|
131
131
|
files:
|
|
132
132
|
- ".circleci/config.yml"
|
|
133
|
+
- ".coderabbit.yaml"
|
|
134
|
+
- ".github/CODEOWNERS"
|
|
135
|
+
- ".github/dependabot.yml"
|
|
133
136
|
- ".gitignore"
|
|
134
137
|
- ".rspec"
|
|
135
138
|
- ".rubocop.yml"
|