circleci-bundle-update-pr 5.2.3 → 5.2.4
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 +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: 7912bb84c5031a2093056ecb0ef7aee44d9ff77684cf3dc40e957d0ed6666d56
|
|
4
|
+
data.tar.gz: 4965990df7b47305f4b29f9adf6406a5ea1a805ae531ade5a9c7e347f6620a63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d022c6e87875808bb9cc0c9c5fe9ea6ca94dbb5456554569bc84e6e8904d71f32f270f654309f483f83d41fb682e05191ad1e4f0de17c955977ea62d55dac51
|
|
7
|
+
data.tar.gz: 8b1c9796278c1e54cdb0533942bd71e2f14c4adfb964dd0caae87f54a34c850fcb90ff949592e00baeb7b4f8d07e9c58b375b418fefcdb0362ad6245aa92843a
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
circleci-bundle-update-pr (5.2.
|
|
4
|
+
circleci-bundle-update-pr (5.2.4)
|
|
5
5
|
compare_linker (>= 1.4.10)
|
|
6
6
|
octokit
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ GEM
|
|
|
18
18
|
octokit
|
|
19
19
|
ostruct
|
|
20
20
|
diff-lcs (1.6.2)
|
|
21
|
-
faraday (2.14.
|
|
21
|
+
faraday (2.14.2)
|
|
22
22
|
faraday-net_http (>= 2.0, < 3.5)
|
|
23
23
|
json
|
|
24
24
|
logger
|
|
@@ -26,7 +26,7 @@ GEM
|
|
|
26
26
|
net-http (~> 0.5)
|
|
27
27
|
httpclient (2.9.0)
|
|
28
28
|
mutex_m
|
|
29
|
-
json (2.19.
|
|
29
|
+
json (2.19.5)
|
|
30
30
|
language_server-protocol (3.17.0.5)
|
|
31
31
|
lint_roller (1.1.0)
|
|
32
32
|
logger (1.7.0)
|
|
@@ -37,16 +37,16 @@ GEM
|
|
|
37
37
|
faraday (>= 1, < 3)
|
|
38
38
|
sawyer (~> 0.9)
|
|
39
39
|
ostruct (0.6.3)
|
|
40
|
-
parallel (1.
|
|
40
|
+
parallel (2.1.0)
|
|
41
41
|
parser (3.3.11.1)
|
|
42
42
|
ast (~> 2.4.1)
|
|
43
43
|
racc
|
|
44
44
|
prism (1.9.0)
|
|
45
|
-
public_suffix (
|
|
45
|
+
public_suffix (7.0.5)
|
|
46
46
|
racc (1.8.1)
|
|
47
47
|
rainbow (3.1.1)
|
|
48
|
-
rake (13.
|
|
49
|
-
regexp_parser (2.
|
|
48
|
+
rake (13.4.2)
|
|
49
|
+
regexp_parser (2.12.0)
|
|
50
50
|
rspec (3.13.2)
|
|
51
51
|
rspec-core (~> 3.13.0)
|
|
52
52
|
rspec-expectations (~> 3.13.0)
|
|
@@ -60,11 +60,11 @@ GEM
|
|
|
60
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
61
|
rspec-support (~> 3.13.0)
|
|
62
62
|
rspec-support (3.13.7)
|
|
63
|
-
rubocop (1.86.
|
|
63
|
+
rubocop (1.86.1)
|
|
64
64
|
json (~> 2.3)
|
|
65
65
|
language_server-protocol (~> 3.17.0.2)
|
|
66
66
|
lint_roller (~> 1.1.0)
|
|
67
|
-
parallel (
|
|
67
|
+
parallel (>= 1.10)
|
|
68
68
|
parser (>= 3.3.0.2)
|
|
69
69
|
rainbow (>= 2.2.2, < 4.0)
|
|
70
70
|
regexp_parser (>= 2.9.3, < 3.0)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: circleci-bundle-update-pr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
168
|
version: '0'
|
|
169
169
|
requirements: []
|
|
170
|
-
rubygems_version: 4.0.
|
|
170
|
+
rubygems_version: 4.0.10
|
|
171
171
|
specification_version: 4
|
|
172
172
|
summary: Provide continues bundle update using CircleCI
|
|
173
173
|
test_files: []
|