circleci-bundle-update-pr 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- 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: e102bb437f26845c67dfa39e7be3096d4856aae58fbbbeeed2b730727bb36fdf
|
4
|
+
data.tar.gz: ef6dbf84d71f641689ac1f99226950caee5892767c768a2cf77c8c9cd3c670bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a4be2ae3b344c5635971a933b9a108750eb81982cbae0fde7c32aaf5b7541e15052fbb4b32fc13ee9c2ff55365b4fad5cc724cd53c58c8f312e7e11fdc59c1c
|
7
|
+
data.tar.gz: 94f224c4d879a0350003eff00731752eecaa29dbad975b1b49845d5397af90c886e457d3433d8f8dca5ee4f86490f5d1589e9e1ef77aef81c664d0f5512e2738
|
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.1)
|
5
5
|
compare_linker (>= 1.4.0)
|
6
6
|
octokit
|
7
7
|
|
@@ -45,19 +45,19 @@ GEM
|
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
46
|
rspec-support (~> 3.12.0)
|
47
47
|
rspec-support (3.12.0)
|
48
|
-
rubocop (1.
|
48
|
+
rubocop (1.46.0)
|
49
49
|
json (~> 2.3)
|
50
50
|
parallel (~> 1.10)
|
51
51
|
parser (>= 3.2.0.0)
|
52
52
|
rainbow (>= 2.2.2, < 4.0)
|
53
53
|
regexp_parser (>= 1.8, < 3.0)
|
54
54
|
rexml (>= 3.2.5, < 4.0)
|
55
|
-
rubocop-ast (>= 1.
|
55
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
56
56
|
ruby-progressbar (~> 1.7)
|
57
57
|
unicode-display_width (>= 2.4.0, < 3.0)
|
58
|
-
rubocop-ast (1.
|
58
|
+
rubocop-ast (1.27.0)
|
59
59
|
parser (>= 3.2.1.0)
|
60
|
-
rubocop-capybara (2.17.
|
60
|
+
rubocop-capybara (2.17.1)
|
61
61
|
rubocop (~> 1.41)
|
62
62
|
rubocop-rake (0.6.0)
|
63
63
|
rubocop (~> 1.0)
|
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.1
|
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-04-09 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.4.
|
171
|
+
rubygems_version: 3.4.10
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: Provide continues bundle update using CircleCI
|