circleci-bundle-update-pr 4.0.8 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a055da28336315c45120971a0b2628529d8dfa9abd87b70c180c0a95b328fbf
|
4
|
+
data.tar.gz: 67b7c379e4c45b45e10c645569880ffae9fb5913075215819d696a8f7223968b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 903036c70c260a4aa184617e857ef3716ab38e3db5d9b2bafddcf4eda46ca5407ea5bd78fb26dcc3143248f08efe076fce53591c3f91ab28f13ca0ab455a56b9
|
7
|
+
data.tar.gz: 19d1f210f2d4803b6ae68983f28a97c9541d626d2c5bf6bf8dda33d30dd61b923c78498eae500f0dd73fc97187da3a045247f90711cc6c1a6c579b5005fc01ad
|
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.9)
|
5
5
|
compare_linker (>= 1.4.0)
|
6
6
|
octokit
|
7
7
|
|
@@ -11,18 +11,18 @@ GEM
|
|
11
11
|
addressable (2.8.5)
|
12
12
|
public_suffix (>= 2.0.2, < 6.0)
|
13
13
|
ast (2.4.2)
|
14
|
-
base64 (0.
|
14
|
+
base64 (0.2.0)
|
15
15
|
compare_linker (1.4.4)
|
16
16
|
httpclient
|
17
17
|
octokit
|
18
18
|
diff-lcs (1.5.0)
|
19
|
-
faraday (2.7.
|
19
|
+
faraday (2.7.12)
|
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.
|
25
|
+
json (2.7.0)
|
26
26
|
language_server-protocol (3.17.0.3)
|
27
27
|
octokit (8.0.0)
|
28
28
|
faraday (>= 1, < 3)
|
@@ -31,8 +31,8 @@ GEM
|
|
31
31
|
parser (3.2.2.4)
|
32
32
|
ast (~> 2.4.1)
|
33
33
|
racc
|
34
|
-
public_suffix (5.0.
|
35
|
-
racc (1.7.
|
34
|
+
public_suffix (5.0.4)
|
35
|
+
racc (1.7.3)
|
36
36
|
rainbow (3.1.1)
|
37
37
|
rake (13.1.0)
|
38
38
|
regexp_parser (2.8.2)
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compare_linker
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
|
-
rubygems_version: 3.
|
171
|
+
rubygems_version: 3.5.3
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: Provide continues bundle update using CircleCI
|