circleci-bundle-update-pr 5.1.8 → 5.1.9
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/.github/CODEOWNERS +1 -0
- data/.github/dependabot.yml +13 -0
- data/Gemfile.lock +14 -14
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2dc19b60f0cbc57d1f369e30e6af9f6565cc5440bf2c205d66e736fcd8ea452
|
|
4
|
+
data.tar.gz: 1b9c447d9fe563f9d55a029b51f1590d7a3506da555a193664e9aa8543925fb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e75d28b35a814b9a4e207dc4f422b1ca6684d8d979618862c5bf594d5c93517a2f549c4ceb1770f983921358e7e032da163fc0630beed13ee621569c0b9d6b7
|
|
7
|
+
data.tar.gz: a3e4a3eddbbc58690b0df56667ec89712e769398fdb101f8fa059c49a467c47c579ddbf57574979da47b2a03e7fb2aed1c342db832852d7b818037aa2ceac67f
|
data/.github/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @masutaka
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
|
2
|
+
version: 2
|
|
3
|
+
updates:
|
|
4
|
+
- package-ecosystem: "bundler"
|
|
5
|
+
directory: "/"
|
|
6
|
+
schedule:
|
|
7
|
+
interval: "monthly"
|
|
8
|
+
time: "19:00"
|
|
9
|
+
timezone: "Asia/Tokyo"
|
|
10
|
+
groups:
|
|
11
|
+
all:
|
|
12
|
+
patterns:
|
|
13
|
+
- "*"
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
circleci-bundle-update-pr (5.1.
|
|
4
|
+
circleci-bundle-update-pr (5.1.9)
|
|
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.
|
|
21
|
+
faraday (2.14.0)
|
|
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.0)
|
|
27
27
|
httpclient (2.9.0)
|
|
28
28
|
mutex_m
|
|
29
|
-
json (2.
|
|
29
|
+
json (2.15.0)
|
|
30
30
|
language_server-protocol (3.17.0.5)
|
|
31
31
|
lint_roller (1.1.0)
|
|
32
32
|
logger (1.7.0)
|
|
@@ -41,12 +41,12 @@ GEM
|
|
|
41
41
|
parser (3.3.9.0)
|
|
42
42
|
ast (~> 2.4.1)
|
|
43
43
|
racc
|
|
44
|
-
prism (1.
|
|
44
|
+
prism (1.5.1)
|
|
45
45
|
public_suffix (6.0.2)
|
|
46
46
|
racc (1.8.1)
|
|
47
47
|
rainbow (3.1.1)
|
|
48
48
|
rake (13.3.0)
|
|
49
|
-
regexp_parser (2.11.
|
|
49
|
+
regexp_parser (2.11.3)
|
|
50
50
|
rspec (3.13.1)
|
|
51
51
|
rspec-core (~> 3.13.0)
|
|
52
52
|
rspec-expectations (~> 3.13.0)
|
|
@@ -59,8 +59,8 @@ GEM
|
|
|
59
59
|
rspec-mocks (3.13.5)
|
|
60
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
61
|
rspec-support (~> 3.13.0)
|
|
62
|
-
rspec-support (3.13.
|
|
63
|
-
rubocop (1.
|
|
62
|
+
rspec-support (3.13.6)
|
|
63
|
+
rubocop (1.81.1)
|
|
64
64
|
json (~> 2.3)
|
|
65
65
|
language_server-protocol (~> 3.17.0.2)
|
|
66
66
|
lint_roller (~> 1.1.0)
|
|
@@ -68,25 +68,25 @@ GEM
|
|
|
68
68
|
parser (>= 3.3.0.2)
|
|
69
69
|
rainbow (>= 2.2.2, < 4.0)
|
|
70
70
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
71
|
-
rubocop-ast (>= 1.
|
|
71
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
72
72
|
ruby-progressbar (~> 1.7)
|
|
73
73
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
74
|
-
rubocop-ast (1.
|
|
74
|
+
rubocop-ast (1.47.1)
|
|
75
75
|
parser (>= 3.3.7.2)
|
|
76
76
|
prism (~> 1.4)
|
|
77
77
|
rubocop-rake (0.7.1)
|
|
78
78
|
lint_roller (~> 1.1)
|
|
79
79
|
rubocop (>= 1.72.1)
|
|
80
|
-
rubocop-rspec (3.
|
|
80
|
+
rubocop-rspec (3.7.0)
|
|
81
81
|
lint_roller (~> 1.1)
|
|
82
82
|
rubocop (~> 1.72, >= 1.72.1)
|
|
83
83
|
ruby-progressbar (1.13.0)
|
|
84
84
|
sawyer (0.9.2)
|
|
85
85
|
addressable (>= 2.3.5)
|
|
86
86
|
faraday (>= 0.17.3, < 3)
|
|
87
|
-
unicode-display_width (3.
|
|
88
|
-
unicode-emoji (~> 4.
|
|
89
|
-
unicode-emoji (4.0
|
|
87
|
+
unicode-display_width (3.2.0)
|
|
88
|
+
unicode-emoji (~> 4.1)
|
|
89
|
+
unicode-emoji (4.1.0)
|
|
90
90
|
uri (1.0.3)
|
|
91
91
|
|
|
92
92
|
PLATFORMS
|
|
@@ -107,4 +107,4 @@ DEPENDENCIES
|
|
|
107
107
|
rubocop-rspec
|
|
108
108
|
|
|
109
109
|
BUNDLED WITH
|
|
110
|
-
2.
|
|
110
|
+
2.7.2
|
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.1.
|
|
4
|
+
version: 5.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
@@ -130,6 +130,8 @@ extensions: []
|
|
|
130
130
|
extra_rdoc_files: []
|
|
131
131
|
files:
|
|
132
132
|
- ".circleci/config.yml"
|
|
133
|
+
- ".github/CODEOWNERS"
|
|
134
|
+
- ".github/dependabot.yml"
|
|
133
135
|
- ".gitignore"
|
|
134
136
|
- ".rspec"
|
|
135
137
|
- ".rubocop.yml"
|