circleci-bundle-update-pr 4.0.9 → 4.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 +8 -8
- 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: 3f03a5738f8b3de24281bc65b415fc270c23c025a29a18ac9f8da72b1d06e475
|
4
|
+
data.tar.gz: 29712eb2dfc676aab2832f0d5a5a931559352526118dd7ce71cc71f6f76c3e33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8199db926e564013eb6cc5026781f6a7d74e516f99ebdab04c351b5e999385b7d87c0d9a1b4dd082d2721bf125738fc0c228477edfa316fe3e2fcbe4be7cdd99
|
7
|
+
data.tar.gz: 28f57a184f0942329e112cab4c96f47a0d7481c2f332f836e1f0f401de2585f3e488b278627bbbc5c88287a051029b48a7979fb4edc4ba6ccfc543a5cdca91cc
|
data/.circleci/config.yml
CHANGED
@@ -8,7 +8,7 @@ executors:
|
|
8
8
|
parameters:
|
9
9
|
ruby_version:
|
10
10
|
type: enum
|
11
|
-
enum: ['2.7', '3.0', '3.1', '3.2']
|
11
|
+
enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
|
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: ['2.7', '3.0', '3.1', '3.2']
|
26
|
+
enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
|
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: ['2.7', '3.0', '3.1', '3.2']
|
37
|
+
enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
|
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: ['2.7', '3.0', '3.1', '3.2']
|
50
|
+
enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
|
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.3'
|
74
74
|
steps:
|
75
75
|
- setup_requirements
|
76
76
|
- checkout
|
77
77
|
- restore_bundle_cache:
|
78
|
-
ruby_version: '3.
|
78
|
+
ruby_version: '3.3'
|
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.2
|
104
104
|
ruby_version: '3.2'
|
105
|
+
- build:
|
106
|
+
name: ruby-3.3
|
107
|
+
ruby_version: '3.3'
|
105
108
|
nightly:
|
106
109
|
triggers:
|
107
110
|
- schedule:
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
circleci-bundle-update-pr (4.0
|
4
|
+
circleci-bundle-update-pr (4.1.0)
|
5
5
|
compare_linker (>= 1.4.0)
|
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.6)
|
12
12
|
public_suffix (>= 2.0.2, < 6.0)
|
13
13
|
ast (2.4.2)
|
14
14
|
base64 (0.2.0)
|
@@ -16,18 +16,18 @@ GEM
|
|
16
16
|
httpclient
|
17
17
|
octokit
|
18
18
|
diff-lcs (1.5.0)
|
19
|
-
faraday (2.
|
19
|
+
faraday (2.8.1)
|
20
20
|
base64
|
21
21
|
faraday-net_http (>= 2.0, < 3.1)
|
22
22
|
ruby2_keywords (>= 0.0.4)
|
23
23
|
faraday-net_http (3.0.2)
|
24
24
|
httpclient (2.8.3)
|
25
|
-
json (2.7.
|
25
|
+
json (2.7.1)
|
26
26
|
language_server-protocol (3.17.0.3)
|
27
27
|
octokit (8.0.0)
|
28
28
|
faraday (>= 1, < 3)
|
29
29
|
sawyer (~> 0.9)
|
30
|
-
parallel (1.
|
30
|
+
parallel (1.24.0)
|
31
31
|
parser (3.2.2.4)
|
32
32
|
ast (~> 2.4.1)
|
33
33
|
racc
|
@@ -35,7 +35,7 @@ GEM
|
|
35
35
|
racc (1.7.3)
|
36
36
|
rainbow (3.1.1)
|
37
37
|
rake (13.1.0)
|
38
|
-
regexp_parser (2.8.
|
38
|
+
regexp_parser (2.8.3)
|
39
39
|
rexml (3.2.6)
|
40
40
|
rspec (3.12.0)
|
41
41
|
rspec-core (~> 3.12.0)
|
@@ -50,7 +50,7 @@ GEM
|
|
50
50
|
diff-lcs (>= 1.2.0, < 2.0)
|
51
51
|
rspec-support (~> 3.12.0)
|
52
52
|
rspec-support (3.12.1)
|
53
|
-
rubocop (1.
|
53
|
+
rubocop (1.59.0)
|
54
54
|
json (~> 2.3)
|
55
55
|
language_server-protocol (>= 3.17.0)
|
56
56
|
parallel (~> 1.10)
|
@@ -58,7 +58,7 @@ GEM
|
|
58
58
|
rainbow (>= 2.2.2, < 4.0)
|
59
59
|
regexp_parser (>= 1.8, < 3.0)
|
60
60
|
rexml (>= 3.2.5, < 4.0)
|
61
|
-
rubocop-ast (>= 1.
|
61
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
62
62
|
ruby-progressbar (~> 1.7)
|
63
63
|
unicode-display_width (>= 2.4.0, < 3.0)
|
64
64
|
rubocop-ast (1.30.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: circleci-bundle-update-pr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compare_linker
|