circleci-bundle-update-pr 4.0.4 → 4.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- 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: a266f0a358c51340b27fa4f7805c720a925e937a1ea1a00807f678bbd86d9368
|
4
|
+
data.tar.gz: 0bb220d401431fac206715c2ea46bf31f8b0e0c1a614a0edba891aa5bd61be5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd28ae3f44cf3ae8a696e6e64fdd7d3e56ca240f57d1065e1e5ee276fb95da94d37fe6455b041b94dc2490eca94174938b8e316fa098b1bc596678eebc137c14
|
7
|
+
data.tar.gz: 41b5393ed61727a880021ac8c01646d7931a11785b5bb1bb6fba486bf64c57043a1cf40324f256f27c70acf4515fbee03b76683cc387b5f932b3c50dc1232df7
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
circleci-bundle-update-pr (4.0.
|
4
|
+
circleci-bundle-update-pr (4.0.5)
|
5
5
|
compare_linker (>= 1.4.0)
|
6
6
|
octokit
|
7
7
|
|
@@ -15,26 +15,26 @@ GEM
|
|
15
15
|
httpclient
|
16
16
|
octokit
|
17
17
|
diff-lcs (1.5.0)
|
18
|
-
faraday (2.7.
|
18
|
+
faraday (2.7.10)
|
19
19
|
faraday-net_http (>= 2.0, < 3.1)
|
20
20
|
ruby2_keywords (>= 0.0.4)
|
21
21
|
faraday-net_http (3.0.2)
|
22
22
|
httpclient (2.8.3)
|
23
23
|
json (2.6.3)
|
24
24
|
language_server-protocol (3.17.0.3)
|
25
|
-
octokit (
|
25
|
+
octokit (7.0.0)
|
26
26
|
faraday (>= 1, < 3)
|
27
27
|
sawyer (~> 0.9)
|
28
28
|
parallel (1.23.0)
|
29
29
|
parser (3.2.2.3)
|
30
30
|
ast (~> 2.4.1)
|
31
31
|
racc
|
32
|
-
public_suffix (5.0.
|
32
|
+
public_suffix (5.0.3)
|
33
33
|
racc (1.7.1)
|
34
34
|
rainbow (3.1.1)
|
35
35
|
rake (13.0.6)
|
36
36
|
regexp_parser (2.8.1)
|
37
|
-
rexml (3.2.
|
37
|
+
rexml (3.2.6)
|
38
38
|
rspec (3.12.0)
|
39
39
|
rspec-core (~> 3.12.0)
|
40
40
|
rspec-expectations (~> 3.12.0)
|
@@ -44,11 +44,11 @@ GEM
|
|
44
44
|
rspec-expectations (3.12.3)
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
46
|
rspec-support (~> 3.12.0)
|
47
|
-
rspec-mocks (3.12.
|
47
|
+
rspec-mocks (3.12.6)
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
49
49
|
rspec-support (~> 3.12.0)
|
50
50
|
rspec-support (3.12.1)
|
51
|
-
rubocop (1.
|
51
|
+
rubocop (1.55.1)
|
52
52
|
json (~> 2.3)
|
53
53
|
language_server-protocol (>= 3.17.0)
|
54
54
|
parallel (~> 1.10)
|
@@ -56,7 +56,7 @@ GEM
|
|
56
56
|
rainbow (>= 2.2.2, < 4.0)
|
57
57
|
regexp_parser (>= 1.8, < 3.0)
|
58
58
|
rexml (>= 3.2.5, < 4.0)
|
59
|
-
rubocop-ast (>= 1.28.
|
59
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
60
60
|
ruby-progressbar (~> 1.7)
|
61
61
|
unicode-display_width (>= 2.4.0, < 3.0)
|
62
62
|
rubocop-ast (1.29.0)
|
@@ -67,7 +67,7 @@ GEM
|
|
67
67
|
rubocop (~> 1.33)
|
68
68
|
rubocop-rake (0.6.0)
|
69
69
|
rubocop (~> 1.0)
|
70
|
-
rubocop-rspec (2.
|
70
|
+
rubocop-rspec (2.23.0)
|
71
71
|
rubocop (~> 1.33)
|
72
72
|
rubocop-capybara (~> 2.17)
|
73
73
|
rubocop-factory_bot (~> 2.22)
|
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.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compare_linker
|