circleci-bundle-update-pr 5.1.1 → 5.1.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 +22 -18
- 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: 5d128f66cdfb6c8e1b1ecc2b716f0a0efc0af22acd5117a3ade83d5ed93d7611
|
4
|
+
data.tar.gz: f41f53ebac955fafeb937acb64a84e92da77dbdb3f915dd52a0027345027c216
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad9a6178a065981b26f081c0fd6713432d98ee130d20137b95760351147988e1a8012782e94e87483ac1a46213a6634d2c310f0b9304ea86dbfdc400e0b94d26
|
7
|
+
data.tar.gz: 9d815c97990338e6012caaa837a142e0626c5e4bb203cfecee843156b41a193e257901d4097e0dbc9e945589b7e2f5eac43b479e617ee13faf5bd08813c778cc
|
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.2)
|
5
5
|
compare_linker (>= 1.4.10)
|
6
6
|
octokit
|
7
7
|
|
@@ -12,23 +12,24 @@ 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.11)
|
16
16
|
base64
|
17
17
|
httpclient
|
18
|
-
mutex_m
|
19
18
|
octokit
|
20
19
|
ostruct
|
21
|
-
diff-lcs (1.
|
20
|
+
diff-lcs (1.6.0)
|
22
21
|
faraday (2.12.2)
|
23
22
|
faraday-net_http (>= 2.0, < 3.5)
|
24
23
|
json
|
25
24
|
logger
|
26
25
|
faraday-net_http (3.4.0)
|
27
26
|
net-http (>= 0.5.0)
|
28
|
-
httpclient (2.
|
29
|
-
|
27
|
+
httpclient (2.9.0)
|
28
|
+
mutex_m
|
29
|
+
json (2.10.2)
|
30
30
|
language_server-protocol (3.17.0.4)
|
31
|
-
|
31
|
+
lint_roller (1.1.0)
|
32
|
+
logger (1.6.6)
|
32
33
|
mutex_m (0.3.0)
|
33
34
|
net-http (0.6.0)
|
34
35
|
uri
|
@@ -37,7 +38,7 @@ GEM
|
|
37
38
|
sawyer (~> 0.9)
|
38
39
|
ostruct (0.6.1)
|
39
40
|
parallel (1.26.3)
|
40
|
-
parser (3.3.7.
|
41
|
+
parser (3.3.7.1)
|
41
42
|
ast (~> 2.4.1)
|
42
43
|
racc
|
43
44
|
public_suffix (6.0.1)
|
@@ -49,7 +50,7 @@ GEM
|
|
49
50
|
rspec-core (~> 3.13.0)
|
50
51
|
rspec-expectations (~> 3.13.0)
|
51
52
|
rspec-mocks (~> 3.13.0)
|
52
|
-
rspec-core (3.13.
|
53
|
+
rspec-core (3.13.3)
|
53
54
|
rspec-support (~> 3.13.0)
|
54
55
|
rspec-expectations (3.13.3)
|
55
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -58,9 +59,10 @@ GEM
|
|
58
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
60
|
rspec-support (~> 3.13.0)
|
60
61
|
rspec-support (3.13.2)
|
61
|
-
rubocop (1.
|
62
|
+
rubocop (1.73.1)
|
62
63
|
json (~> 2.3)
|
63
|
-
language_server-protocol (
|
64
|
+
language_server-protocol (~> 3.17.0.2)
|
65
|
+
lint_roller (~> 1.1.0)
|
64
66
|
parallel (~> 1.10)
|
65
67
|
parser (>= 3.3.0.2)
|
66
68
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -68,12 +70,14 @@ GEM
|
|
68
70
|
rubocop-ast (>= 1.38.0, < 2.0)
|
69
71
|
ruby-progressbar (~> 1.7)
|
70
72
|
unicode-display_width (>= 2.4.0, < 4.0)
|
71
|
-
rubocop-ast (1.38.
|
73
|
+
rubocop-ast (1.38.1)
|
72
74
|
parser (>= 3.3.1.0)
|
73
|
-
rubocop-rake (0.
|
74
|
-
|
75
|
-
|
76
|
-
|
75
|
+
rubocop-rake (0.7.1)
|
76
|
+
lint_roller (~> 1.1)
|
77
|
+
rubocop (>= 1.72.1)
|
78
|
+
rubocop-rspec (3.5.0)
|
79
|
+
lint_roller (~> 1.1)
|
80
|
+
rubocop (~> 1.72, >= 1.72.1)
|
77
81
|
ruby-progressbar (1.13.0)
|
78
82
|
sawyer (0.9.2)
|
79
83
|
addressable (>= 2.3.5)
|
@@ -81,7 +85,7 @@ GEM
|
|
81
85
|
unicode-display_width (3.1.4)
|
82
86
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
83
87
|
unicode-emoji (4.0.4)
|
84
|
-
uri (1.0.
|
88
|
+
uri (1.0.3)
|
85
89
|
|
86
90
|
PLATFORMS
|
87
91
|
ruby
|
@@ -101,4 +105,4 @@ DEPENDENCIES
|
|
101
105
|
rubocop-rspec
|
102
106
|
|
103
107
|
BUNDLED WITH
|
104
|
-
2.6.
|
108
|
+
2.6.3
|
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.1.
|
4
|
+
version: 5.1.2
|
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-04-01 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: compare_linker
|