circleci-bundle-update-pr 4.0.5 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +8 -6
- 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: 9cfb83989fe108569d09f7172084442ccbe5a128ef806df5959276138f0e6355
|
4
|
+
data.tar.gz: e650ec821aa023b297c9d596f3c0d86a9b4039cef62b8940ff989b5ecc831688
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96445d28ef91cbc3f1512600d18187acbcdcba2ea41b541190a425a41757ee1342fd54a1d4e969e581c008dab0a11009a1164289fae186c4e3e74f1b3c07380e
|
7
|
+
data.tar.gz: 0a3b5c8cb901e17bda32bb24b87262324f396dcbd076657d0dac407c34cf70cfc010c42b20ce98829cb8657b38f2806ae2ba0fa4a965a1bca0ba95476e73ffb3
|
data/Gemfile.lock
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
circleci-bundle-update-pr (4.0.
|
4
|
+
circleci-bundle-update-pr (4.0.6)
|
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.5)
|
12
12
|
public_suffix (>= 2.0.2, < 6.0)
|
13
13
|
ast (2.4.2)
|
14
|
+
base64 (0.1.1)
|
14
15
|
compare_linker (1.4.4)
|
15
16
|
httpclient
|
16
17
|
octokit
|
@@ -22,7 +23,7 @@ GEM
|
|
22
23
|
httpclient (2.8.3)
|
23
24
|
json (2.6.3)
|
24
25
|
language_server-protocol (3.17.0.3)
|
25
|
-
octokit (7.
|
26
|
+
octokit (7.1.0)
|
26
27
|
faraday (>= 1, < 3)
|
27
28
|
sawyer (~> 0.9)
|
28
29
|
parallel (1.23.0)
|
@@ -48,7 +49,8 @@ GEM
|
|
48
49
|
diff-lcs (>= 1.2.0, < 2.0)
|
49
50
|
rspec-support (~> 3.12.0)
|
50
51
|
rspec-support (3.12.1)
|
51
|
-
rubocop (1.
|
52
|
+
rubocop (1.56.2)
|
53
|
+
base64 (~> 0.1.1)
|
52
54
|
json (~> 2.3)
|
53
55
|
language_server-protocol (>= 3.17.0)
|
54
56
|
parallel (~> 1.10)
|
@@ -67,7 +69,7 @@ GEM
|
|
67
69
|
rubocop (~> 1.33)
|
68
70
|
rubocop-rake (0.6.0)
|
69
71
|
rubocop (~> 1.0)
|
70
|
-
rubocop-rspec (2.23.
|
72
|
+
rubocop-rspec (2.23.2)
|
71
73
|
rubocop (~> 1.33)
|
72
74
|
rubocop-capybara (~> 2.17)
|
73
75
|
rubocop-factory_bot (~> 2.22)
|
@@ -96,4 +98,4 @@ DEPENDENCIES
|
|
96
98
|
rubocop-rspec
|
97
99
|
|
98
100
|
BUNDLED WITH
|
99
|
-
2.4.
|
101
|
+
2.4.19
|
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.6
|
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-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compare_linker
|