circleci-bundle-update-pr 5.0.10 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +9 -6
- data/Gemfile.lock +17 -15
- data/README.md +4 -0
- data/circleci-bundle-update-pr.gemspec +1 -1
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad493df47fb0cbc28eeebd0b2d82864c1d88881cb8fcdfc1860c586a9c140e89
|
4
|
+
data.tar.gz: ea2a3e267d4389c05c3ad9ff0fcb34405f68679019218c19d83e987813181723
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8439baf3c0c00c86f3be8bff8b5cb5addc7449440bfa2eeb6e80e0a64a182596695222403f04dc09187f229401ad9f7744e838c1d28ac4cb9dc1de1f51edcbef
|
7
|
+
data.tar.gz: ecc07d875bd1d752c620031c28a830fface497b13fb3635dd1d019aeb23d4d241450eb1f3d5f626ce35baf024a9e3c0a1ce1ae33649a020578f5b5d9596dd665
|
data/.circleci/config.yml
CHANGED
@@ -8,7 +8,7 @@ executors:
|
|
8
8
|
parameters:
|
9
9
|
ruby_version:
|
10
10
|
type: enum
|
11
|
-
enum: ['3.0', '3.1', '3.2', '3.3']
|
11
|
+
enum: ['3.0', '3.1', '3.2', '3.3', '3.4']
|
12
12
|
docker:
|
13
13
|
- image: cimg/ruby:<< parameters.ruby_version >>
|
14
14
|
working_directory: ~/repo
|
@@ -23,7 +23,7 @@ commands:
|
|
23
23
|
parameters:
|
24
24
|
ruby_version:
|
25
25
|
type: enum
|
26
|
-
enum: ['3.0', '3.1', '3.2', '3.3']
|
26
|
+
enum: ['3.0', '3.1', '3.2', '3.3', '3.4']
|
27
27
|
steps:
|
28
28
|
- restore_cache:
|
29
29
|
name: Restore bundle cache
|
@@ -34,7 +34,7 @@ commands:
|
|
34
34
|
parameters:
|
35
35
|
ruby_version:
|
36
36
|
type: enum
|
37
|
-
enum: ['3.0', '3.1', '3.2', '3.3']
|
37
|
+
enum: ['3.0', '3.1', '3.2', '3.3', '3.4']
|
38
38
|
steps:
|
39
39
|
- save_cache:
|
40
40
|
name: Save bundle cache
|
@@ -47,7 +47,7 @@ jobs:
|
|
47
47
|
parameters:
|
48
48
|
ruby_version:
|
49
49
|
type: enum
|
50
|
-
enum: ['3.0', '3.1', '3.2', '3.3']
|
50
|
+
enum: ['3.0', '3.1', '3.2', '3.3', '3.4']
|
51
51
|
executor:
|
52
52
|
name: default
|
53
53
|
ruby_version: << parameters.ruby_version >>
|
@@ -70,12 +70,12 @@ jobs:
|
|
70
70
|
continuous_bundle_update:
|
71
71
|
executor:
|
72
72
|
name: default
|
73
|
-
ruby_version: '3.
|
73
|
+
ruby_version: '3.4'
|
74
74
|
steps:
|
75
75
|
- setup_requirements
|
76
76
|
- checkout
|
77
77
|
- restore_bundle_cache:
|
78
|
-
ruby_version: '3.
|
78
|
+
ruby_version: '3.4'
|
79
79
|
- run:
|
80
80
|
name: Install edge circleci-bundle-update-pr
|
81
81
|
command: |
|
@@ -102,6 +102,9 @@ workflows:
|
|
102
102
|
- build:
|
103
103
|
name: ruby-3.3
|
104
104
|
ruby_version: '3.3'
|
105
|
+
- build:
|
106
|
+
name: ruby-3.4
|
107
|
+
ruby_version: '3.4'
|
105
108
|
nightly:
|
106
109
|
triggers:
|
107
110
|
- schedule:
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
circleci-bundle-update-pr (5.0
|
5
|
-
compare_linker (>= 1.4.
|
4
|
+
circleci-bundle-update-pr (5.1.0)
|
5
|
+
compare_linker (>= 1.4.10)
|
6
6
|
octokit
|
7
7
|
|
8
8
|
GEM
|
@@ -12,23 +12,25 @@ GEM
|
|
12
12
|
public_suffix (>= 2.0.2, < 7.0)
|
13
13
|
ast (2.4.2)
|
14
14
|
base64 (0.2.0)
|
15
|
-
compare_linker (1.4.
|
15
|
+
compare_linker (1.4.10)
|
16
16
|
base64
|
17
17
|
httpclient
|
18
|
+
mutex_m
|
18
19
|
octokit
|
19
20
|
ostruct
|
20
21
|
diff-lcs (1.5.1)
|
21
|
-
faraday (2.12.
|
22
|
+
faraday (2.12.2)
|
22
23
|
faraday-net_http (>= 2.0, < 3.5)
|
23
24
|
json
|
24
25
|
logger
|
25
26
|
faraday-net_http (3.4.0)
|
26
27
|
net-http (>= 0.5.0)
|
27
28
|
httpclient (2.8.3)
|
28
|
-
json (2.
|
29
|
+
json (2.9.1)
|
29
30
|
language_server-protocol (3.17.0.3)
|
30
|
-
logger (1.6.
|
31
|
-
|
31
|
+
logger (1.6.4)
|
32
|
+
mutex_m (0.3.0)
|
33
|
+
net-http (0.6.0)
|
32
34
|
uri
|
33
35
|
octokit (9.2.0)
|
34
36
|
faraday (>= 1, < 3)
|
@@ -42,7 +44,7 @@ GEM
|
|
42
44
|
racc (1.8.1)
|
43
45
|
rainbow (3.1.1)
|
44
46
|
rake (13.2.1)
|
45
|
-
regexp_parser (2.
|
47
|
+
regexp_parser (2.10.0)
|
46
48
|
rspec (3.13.0)
|
47
49
|
rspec-core (~> 3.13.0)
|
48
50
|
rspec-expectations (~> 3.13.0)
|
@@ -55,28 +57,28 @@ GEM
|
|
55
57
|
rspec-mocks (3.13.2)
|
56
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
59
|
rspec-support (~> 3.13.0)
|
58
|
-
rspec-support (3.13.
|
59
|
-
rubocop (1.69.
|
60
|
+
rspec-support (3.13.2)
|
61
|
+
rubocop (1.69.2)
|
60
62
|
json (~> 2.3)
|
61
63
|
language_server-protocol (>= 3.17.0)
|
62
64
|
parallel (~> 1.10)
|
63
65
|
parser (>= 3.3.0.2)
|
64
66
|
rainbow (>= 2.2.2, < 4.0)
|
65
|
-
regexp_parser (>= 2.
|
66
|
-
rubocop-ast (>= 1.36.
|
67
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
68
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
67
69
|
ruby-progressbar (~> 1.7)
|
68
70
|
unicode-display_width (>= 2.4.0, < 4.0)
|
69
|
-
rubocop-ast (1.
|
71
|
+
rubocop-ast (1.37.0)
|
70
72
|
parser (>= 3.3.1.0)
|
71
73
|
rubocop-rake (0.6.0)
|
72
74
|
rubocop (~> 1.0)
|
73
|
-
rubocop-rspec (3.
|
75
|
+
rubocop-rspec (3.3.0)
|
74
76
|
rubocop (~> 1.61)
|
75
77
|
ruby-progressbar (1.13.0)
|
76
78
|
sawyer (0.9.2)
|
77
79
|
addressable (>= 2.3.5)
|
78
80
|
faraday (>= 0.17.3, < 3)
|
79
|
-
unicode-display_width (3.1.
|
81
|
+
unicode-display_width (3.1.3)
|
80
82
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
81
83
|
unicode-emoji (4.0.4)
|
82
84
|
uri (1.0.2)
|
data/README.md
CHANGED
@@ -156,6 +156,10 @@ Powered by [circleci-bundle-update-pr](https://rubygems.org/gems/circleci-bundle
|
|
156
156
|
`.circleci/BUNDLE_UPDATE_NOTE.md` or `CIRCLECI_BUNDLE_UPDATE_NOTE.md`, either one is OK. It gives priority `.circleci/BUNDLE_UPDATE_NOTE.md` over `CIRCLECI_BUNDLE_UPDATE_NOTE.md`.
|
157
157
|
|
158
158
|
### Run on GitHub Actions
|
159
|
+
|
160
|
+
> [!WARNING]
|
161
|
+
> GitHub Actions are NOT officially supported. This is just a tip.
|
162
|
+
|
159
163
|
Configure your `.github/workflows/bundle-update-pr.yml` to run circleci-bundle-update-pr, for example:
|
160
164
|
|
161
165
|
```yaml
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
22
22
|
|
23
23
|
spec.required_ruby_version = '>= 3.0.0'
|
24
24
|
|
25
|
-
spec.add_dependency 'compare_linker', '>= 1.4.
|
25
|
+
spec.add_dependency 'compare_linker', '>= 1.4.10'
|
26
26
|
spec.add_dependency 'octokit'
|
27
27
|
|
28
28
|
spec.add_development_dependency 'bundler'
|
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.0
|
4
|
+
version: 5.1.0
|
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-02-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: compare_linker
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 1.4.
|
18
|
+
version: 1.4.10
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - ">="
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 1.4.
|
25
|
+
version: 1.4.10
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: octokit
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|