circleci-bundle-update-pr 5.2.0 → 5.2.2
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 +20 -13
- data/README.md +0 -2
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- data/lib/circleci/bundle/update/pr.rb +3 -3
- metadata +2 -4
- data/.coderabbit.yaml +0 -4
- data/.github/dependabot.yml +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 290c14aaad30e32c6455c11636d9c0c7141592af8cc7fb4f315776378c7f3e0e
|
|
4
|
+
data.tar.gz: 56ad20a2dec6a37e1b9de2b8b8d54173629ad0bd21e81adabc5f994653ad7a6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d2e62fb07a3c8ac8482e167b3d6eb994266dcd93ffbdbf0a81ea3fbd6928cfd1426774dfbb2e5c73a8b4e187e0665064434e6f26995d425f8e6c203d48d13d8
|
|
7
|
+
data.tar.gz: 0a229bab80cdd6b21cc8fc42e3f0445b75d0a395a878287627c8acffbc63cff8c3085a2a3aa85ba21a17aed0cdfd7cd01bc2da88c7e797daca46e2ab874bdf16
|
data/Gemfile.lock
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
circleci-bundle-update-pr (5.2.
|
|
4
|
+
circleci-bundle-update-pr (5.2.2)
|
|
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.
|
|
11
|
+
addressable (2.8.9)
|
|
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)
|
|
15
16
|
compare_linker (1.4.11)
|
|
16
17
|
base64
|
|
17
18
|
httpclient
|
|
18
19
|
octokit
|
|
19
20
|
ostruct
|
|
20
21
|
diff-lcs (1.6.2)
|
|
21
|
-
faraday (2.14.
|
|
22
|
+
faraday (2.14.1)
|
|
22
23
|
faraday-net_http (>= 2.0, < 3.5)
|
|
23
24
|
json
|
|
24
25
|
logger
|
|
@@ -26,10 +27,15 @@ GEM
|
|
|
26
27
|
net-http (~> 0.5)
|
|
27
28
|
httpclient (2.9.0)
|
|
28
29
|
mutex_m
|
|
29
|
-
json (2.
|
|
30
|
+
json (2.19.2)
|
|
31
|
+
json-schema (6.2.0)
|
|
32
|
+
addressable (~> 2.8)
|
|
33
|
+
bigdecimal (>= 3.1, < 5)
|
|
30
34
|
language_server-protocol (3.17.0.5)
|
|
31
35
|
lint_roller (1.1.0)
|
|
32
36
|
logger (1.7.0)
|
|
37
|
+
mcp (0.9.2)
|
|
38
|
+
json-schema (>= 4.1)
|
|
33
39
|
mutex_m (0.3.0)
|
|
34
40
|
net-http (0.9.1)
|
|
35
41
|
uri (>= 0.11.1)
|
|
@@ -38,11 +44,11 @@ GEM
|
|
|
38
44
|
sawyer (~> 0.9)
|
|
39
45
|
ostruct (0.6.3)
|
|
40
46
|
parallel (1.27.0)
|
|
41
|
-
parser (3.3.10.
|
|
47
|
+
parser (3.3.10.2)
|
|
42
48
|
ast (~> 2.4.1)
|
|
43
49
|
racc
|
|
44
|
-
prism (1.
|
|
45
|
-
public_suffix (
|
|
50
|
+
prism (1.9.0)
|
|
51
|
+
public_suffix (6.0.2)
|
|
46
52
|
racc (1.8.1)
|
|
47
53
|
rainbow (3.1.1)
|
|
48
54
|
rake (13.3.1)
|
|
@@ -56,19 +62,20 @@ GEM
|
|
|
56
62
|
rspec-expectations (3.13.5)
|
|
57
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
58
64
|
rspec-support (~> 3.13.0)
|
|
59
|
-
rspec-mocks (3.13.
|
|
65
|
+
rspec-mocks (3.13.8)
|
|
60
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
67
|
rspec-support (~> 3.13.0)
|
|
62
|
-
rspec-support (3.13.
|
|
63
|
-
rubocop (1.
|
|
68
|
+
rspec-support (3.13.7)
|
|
69
|
+
rubocop (1.85.0)
|
|
64
70
|
json (~> 2.3)
|
|
65
71
|
language_server-protocol (~> 3.17.0.2)
|
|
66
72
|
lint_roller (~> 1.1.0)
|
|
73
|
+
mcp (~> 0.6)
|
|
67
74
|
parallel (~> 1.10)
|
|
68
75
|
parser (>= 3.3.0.2)
|
|
69
76
|
rainbow (>= 2.2.2, < 4.0)
|
|
70
77
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
71
|
-
rubocop-ast (>= 1.
|
|
78
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
72
79
|
ruby-progressbar (~> 1.7)
|
|
73
80
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
74
81
|
rubocop-ast (1.49.0)
|
|
@@ -77,7 +84,7 @@ GEM
|
|
|
77
84
|
rubocop-rake (0.7.1)
|
|
78
85
|
lint_roller (~> 1.1)
|
|
79
86
|
rubocop (>= 1.72.1)
|
|
80
|
-
rubocop-rspec (3.
|
|
87
|
+
rubocop-rspec (3.9.0)
|
|
81
88
|
lint_roller (~> 1.1)
|
|
82
89
|
rubocop (~> 1.81)
|
|
83
90
|
ruby-progressbar (1.13.0)
|
|
@@ -107,4 +114,4 @@ DEPENDENCIES
|
|
|
107
114
|
rubocop-rspec
|
|
108
115
|
|
|
109
116
|
BUNDLED WITH
|
|
110
|
-
4.0.
|
|
117
|
+
4.0.3
|
data/README.md
CHANGED
|
@@ -3,13 +3,11 @@
|
|
|
3
3
|
[][circleci]
|
|
4
4
|
[][codeql]
|
|
5
5
|
[][gem]
|
|
6
|
-
[][coderabbit]
|
|
7
6
|
[][deepwiki]
|
|
8
7
|
|
|
9
8
|
[circleci]: https://app.circleci.com/pipelines/github/masutaka/circleci-bundle-update-pr?branch=main
|
|
10
9
|
[codeql]: https://github.com/masutaka/circleci-bundle-update-pr/actions/workflows/github-code-scanning/codeql?query=branch%3Amain
|
|
11
10
|
[gem]: https://rubygems.org/gems/circleci-bundle-update-pr
|
|
12
|
-
[coderabbit]: https://www.coderabbit.ai/
|
|
13
11
|
[deepwiki]: https://deepwiki.com/masutaka/circleci-bundle-update-pr
|
|
14
12
|
|
|
15
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).
|
|
@@ -90,8 +90,8 @@ module Circleci
|
|
|
90
90
|
def self.need_to_commit?
|
|
91
91
|
old_lockfile = File.read('Gemfile.lock')
|
|
92
92
|
|
|
93
|
-
unless system('bundle update && bundle update --ruby')
|
|
94
|
-
raise 'Unable to execute `bundle update && bundle update --ruby`'
|
|
93
|
+
unless system('bundle update --all && bundle update --ruby')
|
|
94
|
+
raise 'Unable to execute `bundle update --all && bundle update --ruby`'
|
|
95
95
|
end
|
|
96
96
|
|
|
97
97
|
new_lockfile = File.read('Gemfile.lock')
|
|
@@ -128,7 +128,7 @@ module Circleci
|
|
|
128
128
|
|
|
129
129
|
commit = client.create_commit(
|
|
130
130
|
repo_full_name,
|
|
131
|
-
'$ bundle update && bundle update --ruby',
|
|
131
|
+
'$ bundle update --all && bundle update --ruby',
|
|
132
132
|
tree.sha,
|
|
133
133
|
branch_ref.object.sha,
|
|
134
134
|
author: {
|
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.
|
|
4
|
+
version: 5.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
@@ -130,9 +130,7 @@ extensions: []
|
|
|
130
130
|
extra_rdoc_files: []
|
|
131
131
|
files:
|
|
132
132
|
- ".circleci/config.yml"
|
|
133
|
-
- ".coderabbit.yaml"
|
|
134
133
|
- ".github/CODEOWNERS"
|
|
135
|
-
- ".github/dependabot.yml"
|
|
136
134
|
- ".gitignore"
|
|
137
135
|
- ".rspec"
|
|
138
136
|
- ".rubocop.yml"
|
|
@@ -169,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
167
|
- !ruby/object:Gem::Version
|
|
170
168
|
version: '0'
|
|
171
169
|
requirements: []
|
|
172
|
-
rubygems_version: 4.0.
|
|
170
|
+
rubygems_version: 4.0.6
|
|
173
171
|
specification_version: 4
|
|
174
172
|
summary: Provide continues bundle update using CircleCI
|
|
175
173
|
test_files: []
|
data/.coderabbit.yaml
DELETED
data/.github/dependabot.yml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
- "*"
|