circleci-bundle-update-pr 5.0.10 → 5.1.1
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/.circleci/config.yml +9 -6
- data/Gemfile.lock +20 -18
- 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: 609d4b0e826e04a547b037d2fba04436a6457d5d2f8013d1b2ffafe540586a2e
|
4
|
+
data.tar.gz: 47ffe7bca0044933b393a2141f0b1da0ac549217af60d19289073487cacec6ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4e1bc058d51604419ca923bef5590eba38bc1bbf42bc8950c8d517ae15c88d52e83781bc7bebc19de8a85a4bf3ac25c37c8558521ab2fee52b76d4492ff30c4
|
7
|
+
data.tar.gz: 5e6a9270a1d3b6ed8e4c9b8960f8b90ff3ad03677c9f7c838e70322a2b505458dda236800e39c8dbb46dfb105709eb241135aff67e671a4899a7dcedef19faeb
|
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.
|
5
|
-
compare_linker (>= 1.4.
|
4
|
+
circleci-bundle-update-pr (5.1.1)
|
5
|
+
compare_linker (>= 1.4.10)
|
6
6
|
octokit
|
7
7
|
|
8
8
|
GEM
|
@@ -12,37 +12,39 @@ 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
|
-
language_server-protocol (3.17.0.
|
30
|
-
logger (1.6.
|
31
|
-
|
29
|
+
json (2.9.1)
|
30
|
+
language_server-protocol (3.17.0.4)
|
31
|
+
logger (1.6.5)
|
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)
|
35
37
|
sawyer (~> 0.9)
|
36
38
|
ostruct (0.6.1)
|
37
39
|
parallel (1.26.3)
|
38
|
-
parser (3.3.
|
40
|
+
parser (3.3.7.0)
|
39
41
|
ast (~> 2.4.1)
|
40
42
|
racc
|
41
43
|
public_suffix (6.0.1)
|
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.
|
60
|
+
rspec-support (3.13.2)
|
61
|
+
rubocop (1.71.1)
|
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.
|
67
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
68
|
+
rubocop-ast (>= 1.38.0, < 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.38.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.4.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.4)
|
80
82
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
81
83
|
unicode-emoji (4.0.4)
|
82
84
|
uri (1.0.2)
|
@@ -99,4 +101,4 @@ DEPENDENCIES
|
|
99
101
|
rubocop-rspec
|
100
102
|
|
101
103
|
BUNDLED WITH
|
102
|
-
2.
|
104
|
+
2.6.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.
|
4
|
+
version: 5.1.1
|
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-03-05 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
|