gitlabci-bundle-update-mr 1.1.2 → 2.0.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeclimate.yml +3 -0
- data/.gitlab-ci.yml +25 -43
- data/.rubocop.yml +4 -1
- data/CHANGELOG.md +12 -1
- data/Gemfile +3 -2
- data/Gemfile.lock +75 -72
- data/README.md +2 -1
- data/gitlabci-bundle-update-mr.gemspec +9 -5
- data/gitlabci-templates/continuous_bundle_update.yml +6 -1
- data/lib/gitlabci/bundle/update/mr/client.rb +1 -1
- data/lib/gitlabci/bundle/update/mr/version.rb +1 -1
- metadata +56 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d95d0d354233223f51c803a17a114e71674a18810699e2073104502398516b5f
|
4
|
+
data.tar.gz: dae0bbf254380bec0b164717ec41f0be1959e380bb70010361a7d25384bae20d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15fed20615d18efc697d91e4b22cdf60592914b3ba1f785b854fd07d47e9fcdf2bb8a43c57956c4c6e1341a7a677898de87771cb452f49a77d4f7d2c3f688f19
|
7
|
+
data.tar.gz: cafc08d057ceb050a6ca57ddb54466389947cf216ca7806009ea36df2623df9d52fe2564e5b76a17ff6bc84c5cd4b3f447bc22d527932ba0ab36fa197899e55b
|
data/.codeclimate.yml
ADDED
data/.gitlab-ci.yml
CHANGED
@@ -14,6 +14,7 @@ continuous_bundle_update:
|
|
14
14
|
GIT_USER: "GitLab CI"
|
15
15
|
OPTIONS: "--merge-when-pipeline-succeeds"
|
16
16
|
ASSIGNEES: "sue445"
|
17
|
+
GEM_VERSION: "2.0.1.rc1"
|
17
18
|
|
18
19
|
before_script:
|
19
20
|
# Set timezone to Asia/Tokyo
|
@@ -30,56 +31,37 @@ continuous_bundle_update:
|
|
30
31
|
- bundle install --retry=3 --jobs=$(nproc)
|
31
32
|
- bundle clean
|
32
33
|
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
|
34
|
+
rules:
|
35
|
+
- if: '$CI_COMMIT_TAG'
|
36
|
+
when: never
|
37
|
+
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
38
|
+
when: never
|
39
|
+
- if: '$IMAGE == "rubylang/ruby:master-nightly-bionic"'
|
40
|
+
allow_failure: true
|
41
|
+
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
42
|
+
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
43
|
+
|
44
|
+
test:
|
39
45
|
extends: .default
|
40
46
|
|
41
47
|
stage: build
|
42
48
|
|
49
|
+
image: $IMAGE
|
50
|
+
|
43
51
|
script:
|
44
52
|
- bundle exec rspec
|
45
53
|
- bundle exec ./exe/gitlabci-bundle-update-mr --help
|
46
|
-
|
47
|
-
test:2.5:
|
48
|
-
extends: .test
|
49
|
-
|
50
|
-
image: ruby:2.5
|
51
|
-
|
52
|
-
test:2.6:
|
53
|
-
extends: .test
|
54
|
-
|
55
|
-
image: ruby:2.6
|
56
|
-
|
57
|
-
test:2.7:
|
58
|
-
extends: .test
|
59
|
-
|
60
|
-
image: ruby:2.7
|
61
|
-
|
62
|
-
test:3.0:
|
63
|
-
extends: .test
|
64
|
-
|
65
|
-
image: ruby:3.0
|
66
|
-
|
67
|
-
test:trunk:
|
68
|
-
extends: .test
|
69
|
-
|
70
|
-
image: rubylang/ruby:trunk-nightly-bionic
|
71
|
-
allow_failure: true
|
72
|
-
|
73
|
-
rubocop:
|
74
|
-
extends: .default
|
75
|
-
|
76
|
-
stage: build
|
77
|
-
|
78
|
-
image: ruby
|
79
|
-
|
80
|
-
script:
|
81
54
|
- bundle exec rubocop -P
|
82
55
|
|
56
|
+
parallel:
|
57
|
+
matrix:
|
58
|
+
- IMAGE:
|
59
|
+
- ruby:2.6
|
60
|
+
- ruby:2.7
|
61
|
+
- ruby:3.0
|
62
|
+
- ruby:3.1
|
63
|
+
- rubylang/ruby:master-nightly-bionic
|
64
|
+
|
83
65
|
pages:
|
84
66
|
extends: .default
|
85
67
|
|
@@ -92,8 +74,8 @@ pages:
|
|
92
74
|
artifacts:
|
93
75
|
paths:
|
94
76
|
- public
|
95
|
-
|
96
|
-
- master
|
77
|
+
rules:
|
78
|
+
- if: '$CI_COMMIT_BRANCH == "master"'
|
97
79
|
|
98
80
|
gitlab_awesome_release:
|
99
81
|
stage: build
|
data/.rubocop.yml
CHANGED
@@ -9,7 +9,7 @@ inherit_gem:
|
|
9
9
|
# - "config/rspec.yml"
|
10
10
|
|
11
11
|
AllCops:
|
12
|
-
TargetRubyVersion: 2.
|
12
|
+
TargetRubyVersion: 2.6
|
13
13
|
NewCops: enable
|
14
14
|
SuggestExtensions: false
|
15
15
|
|
@@ -19,3 +19,6 @@ Layout/HashAlignment:
|
|
19
19
|
|
20
20
|
Metrics/MethodLength:
|
21
21
|
Max: 22
|
22
|
+
|
23
|
+
Style/FetchEnvVar:
|
24
|
+
Enabled: false
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
## Unreleased
|
2
|
-
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/
|
2
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.0...master)
|
3
|
+
|
4
|
+
## v2.0.0
|
5
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v1.1.3...v2.0.0)
|
6
|
+
|
7
|
+
### Breaking changes :warning:
|
8
|
+
* Drop support ruby < 2.6 [!216](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/216) *@sue445*
|
9
|
+
|
10
|
+
## v1.1.3
|
11
|
+
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v1.1.2...v1.1.3)
|
12
|
+
|
13
|
+
* Enable MFA requirement for gem releasing [!181](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/181) *@sue445*
|
3
14
|
|
4
15
|
## v1.1.2
|
5
16
|
[full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v1.1.1...v1.1.2)
|
data/Gemfile
CHANGED
@@ -5,6 +5,7 @@ git_source(:github) {|repo| "https://github.com/#{repo}.git" }
|
|
5
5
|
gemspec
|
6
6
|
|
7
7
|
# FIXME: following gems are often downgraded when `bundle update`
|
8
|
-
gem "faraday", ">= 0.15.4"
|
9
|
-
gem "octokit", ">= 4.13.0"
|
10
8
|
gem "sawyer", ">= 0.8.1"
|
9
|
+
|
10
|
+
# octokit 5.0.0+ requires Ruby 2.7.0+
|
11
|
+
gem "octokit", "< 5.0.0"
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gitlabci-bundle-update-mr (
|
4
|
+
gitlabci-bundle-update-mr (2.0.1.rc1)
|
5
5
|
bundler
|
6
6
|
compare_linker (>= 1.4.3)
|
7
7
|
git (= 1.7.0)
|
8
|
-
gitlab (>= 4.
|
8
|
+
gitlab (>= 4.19.0)
|
9
9
|
restore_bundled_with
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
addressable (2.
|
14
|
+
addressable (2.8.0)
|
15
15
|
public_suffix (>= 2.0.2, < 5.0)
|
16
|
-
ast (2.4.
|
16
|
+
ast (2.4.2)
|
17
17
|
byebug (11.1.3)
|
18
18
|
coderay (1.1.3)
|
19
19
|
compare_linker (1.4.4)
|
@@ -21,42 +21,41 @@ GEM
|
|
21
21
|
octokit
|
22
22
|
crack (0.4.5)
|
23
23
|
rexml
|
24
|
-
diff-lcs (1.
|
25
|
-
docile (1.
|
26
|
-
dotenv (2.
|
27
|
-
faraday (
|
28
|
-
faraday-net_http (
|
29
|
-
|
30
|
-
|
31
|
-
faraday-net_http (1.0.0)
|
24
|
+
diff-lcs (1.5.0)
|
25
|
+
docile (1.4.0)
|
26
|
+
dotenv (2.8.1)
|
27
|
+
faraday (2.5.2)
|
28
|
+
faraday-net_http (>= 2.0, < 3.1)
|
29
|
+
ruby2_keywords (>= 0.0.4)
|
30
|
+
faraday-net_http (3.0.0)
|
32
31
|
git (1.7.0)
|
33
32
|
rchardet (~> 1.8)
|
34
|
-
gitlab (4.
|
35
|
-
httparty (~> 0.
|
36
|
-
terminal-table (
|
37
|
-
gitlab_awesome_release (1.0.
|
33
|
+
gitlab (4.19.0)
|
34
|
+
httparty (~> 0.20)
|
35
|
+
terminal-table (>= 1.5.1)
|
36
|
+
gitlab_awesome_release (1.0.4)
|
38
37
|
dotenv
|
39
38
|
gitlab (>= 4.0.0)
|
40
39
|
thor
|
41
40
|
hashdiff (1.0.1)
|
42
|
-
httparty (0.
|
41
|
+
httparty (0.20.0)
|
43
42
|
mime-types (~> 3.0)
|
44
43
|
multi_xml (>= 0.5.2)
|
45
44
|
httpclient (2.8.3)
|
45
|
+
json (2.6.2)
|
46
46
|
method_source (1.0.0)
|
47
|
-
mime-types (3.
|
47
|
+
mime-types (3.4.1)
|
48
48
|
mime-types-data (~> 3.2015)
|
49
|
-
mime-types-data (3.
|
49
|
+
mime-types-data (3.2022.0105)
|
50
50
|
multi_xml (0.6.0)
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
51
|
+
octokit (4.25.1)
|
52
|
+
faraday (>= 1, < 3)
|
53
|
+
sawyer (~> 0.9)
|
55
54
|
onkcop (1.0.0.0)
|
56
55
|
rubocop (>= 0.80.0)
|
57
56
|
rubocop-rspec (>= 1.34.0)
|
58
|
-
parallel (1.
|
59
|
-
parser (3.
|
57
|
+
parallel (1.22.1)
|
58
|
+
parser (3.1.2.1)
|
60
59
|
ast (~> 2.4.1)
|
61
60
|
pry (0.13.1)
|
62
61
|
coderay (~> 1.1)
|
@@ -64,90 +63,94 @@ GEM
|
|
64
63
|
pry-byebug (3.9.0)
|
65
64
|
byebug (~> 11.0)
|
66
65
|
pry (~> 0.13.0)
|
67
|
-
public_suffix (4.0.
|
68
|
-
rainbow (3.
|
69
|
-
rake (13.0.
|
66
|
+
public_suffix (4.0.7)
|
67
|
+
rainbow (3.1.1)
|
68
|
+
rake (13.0.6)
|
70
69
|
rchardet (1.8.0)
|
71
|
-
regexp_parser (2.0
|
70
|
+
regexp_parser (2.5.0)
|
72
71
|
restore_bundled_with (1.0.0)
|
73
72
|
git
|
74
73
|
thor
|
75
|
-
rexml (3.2.
|
76
|
-
rspec (3.
|
77
|
-
rspec-core (~> 3.
|
78
|
-
rspec-expectations (~> 3.
|
79
|
-
rspec-mocks (~> 3.
|
80
|
-
rspec-core (3.
|
81
|
-
rspec-support (~> 3.
|
82
|
-
rspec-expectations (3.
|
74
|
+
rexml (3.2.5)
|
75
|
+
rspec (3.11.0)
|
76
|
+
rspec-core (~> 3.11.0)
|
77
|
+
rspec-expectations (~> 3.11.0)
|
78
|
+
rspec-mocks (~> 3.11.0)
|
79
|
+
rspec-core (3.11.0)
|
80
|
+
rspec-support (~> 3.11.0)
|
81
|
+
rspec-expectations (3.11.0)
|
83
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
84
|
-
rspec-support (~> 3.
|
83
|
+
rspec-support (~> 3.11.0)
|
85
84
|
rspec-its (1.3.0)
|
86
85
|
rspec-core (>= 3.0.0)
|
87
86
|
rspec-expectations (>= 3.0.0)
|
88
|
-
rspec-mocks (3.
|
87
|
+
rspec-mocks (3.11.1)
|
89
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
90
|
-
rspec-support (~> 3.
|
91
|
-
rspec-support (3.
|
92
|
-
rspec-temp_dir (1.1.
|
89
|
+
rspec-support (~> 3.11.0)
|
90
|
+
rspec-support (3.11.0)
|
91
|
+
rspec-temp_dir (1.1.1)
|
93
92
|
rspec (>= 3.0)
|
94
|
-
rubocop (1.
|
93
|
+
rubocop (1.35.0)
|
94
|
+
json (~> 2.3)
|
95
95
|
parallel (~> 1.10)
|
96
|
-
parser (>= 2.
|
96
|
+
parser (>= 3.1.2.1)
|
97
97
|
rainbow (>= 2.2.2, < 4.0)
|
98
98
|
regexp_parser (>= 1.8, < 3.0)
|
99
|
-
rexml
|
100
|
-
rubocop-ast (>= 1.
|
99
|
+
rexml (>= 3.2.5, < 4.0)
|
100
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
101
101
|
ruby-progressbar (~> 1.7)
|
102
|
-
unicode-display_width (>= 1.4.0, <
|
103
|
-
rubocop-ast (1.
|
104
|
-
parser (>=
|
105
|
-
rubocop-performance (1.
|
106
|
-
rubocop (>=
|
102
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
103
|
+
rubocop-ast (1.21.0)
|
104
|
+
parser (>= 3.1.1.0)
|
105
|
+
rubocop-performance (1.14.3)
|
106
|
+
rubocop (>= 1.7.0, < 2.0)
|
107
107
|
rubocop-ast (>= 0.4.0)
|
108
|
-
rubocop-rspec (2.1
|
109
|
-
rubocop (~> 1.
|
110
|
-
|
111
|
-
|
112
|
-
rubocop (>= 0.87.0)
|
108
|
+
rubocop-rspec (2.12.1)
|
109
|
+
rubocop (~> 1.31)
|
110
|
+
rubocop_auto_corrector (0.4.4)
|
111
|
+
rubocop (>= 1.3.0)
|
113
112
|
ruby-progressbar (1.11.0)
|
114
|
-
ruby2_keywords (0.0.
|
115
|
-
sawyer (0.
|
113
|
+
ruby2_keywords (0.0.5)
|
114
|
+
sawyer (0.9.2)
|
116
115
|
addressable (>= 2.3.5)
|
117
|
-
faraday (
|
118
|
-
simplecov (0.21.
|
116
|
+
faraday (>= 0.17.3, < 3)
|
117
|
+
simplecov (0.21.2)
|
119
118
|
docile (~> 1.1)
|
120
119
|
simplecov-html (~> 0.11)
|
121
120
|
simplecov_json_formatter (~> 0.1)
|
122
121
|
simplecov-html (0.12.3)
|
123
|
-
simplecov_json_formatter (0.1.
|
124
|
-
terminal-table (
|
125
|
-
unicode-display_width (
|
126
|
-
thor (1.
|
127
|
-
unicode-display_width (
|
128
|
-
webmock (3.
|
129
|
-
addressable (>= 2.
|
122
|
+
simplecov_json_formatter (0.1.4)
|
123
|
+
terminal-table (3.0.2)
|
124
|
+
unicode-display_width (>= 1.1.1, < 3)
|
125
|
+
thor (1.2.1)
|
126
|
+
unicode-display_width (2.2.0)
|
127
|
+
webmock (3.17.1)
|
128
|
+
addressable (>= 2.8.0)
|
130
129
|
crack (>= 0.3.2)
|
131
130
|
hashdiff (>= 0.4.0, < 2.0.0)
|
132
|
-
|
131
|
+
webrick (1.7.0)
|
132
|
+
yard (0.9.28)
|
133
|
+
webrick (~> 1.7.0)
|
133
134
|
|
134
135
|
PLATFORMS
|
135
136
|
ruby
|
136
137
|
|
137
138
|
DEPENDENCIES
|
138
139
|
dotenv
|
139
|
-
faraday (>= 0.15.4)
|
140
140
|
gitlab_awesome_release
|
141
141
|
gitlabci-bundle-update-mr!
|
142
|
-
octokit (
|
142
|
+
octokit (< 5.0.0)
|
143
143
|
onkcop (>= 1.0.0.0)
|
144
144
|
pry-byebug
|
145
145
|
rake (>= 10.0)
|
146
146
|
rspec (~> 3.0)
|
147
147
|
rspec-its
|
148
148
|
rspec-temp_dir
|
149
|
-
rubocop
|
150
|
-
|
149
|
+
rubocop (>= 1.29.0)
|
150
|
+
rubocop-ast (>= 1.18.0)
|
151
|
+
rubocop-performance (>= 1.14.0)
|
152
|
+
rubocop-rspec (>= 2.11.0)
|
153
|
+
rubocop_auto_corrector (>= 0.4.4)
|
151
154
|
sawyer (>= 0.8.1)
|
152
155
|
simplecov
|
153
156
|
webmock
|
data/README.md
CHANGED
@@ -101,8 +101,9 @@ continuous_bundle_update:
|
|
101
101
|
GIT_EMAIL: "gitlabci@example.com"
|
102
102
|
GIT_USER: "GitLab CI"
|
103
103
|
LABELS: "bundle update"
|
104
|
-
ASSIGNEES: "foo, bar, baz"
|
104
|
+
ASSIGNEES: "" # If you want to set up multiple assignees, please separate them by commas (e.g. "foo, bar, baz")
|
105
105
|
OPTIONS: ""
|
106
|
+
GEM_VERSION: "" # default: install latest version of gitlabci-bundle-update-mr
|
106
107
|
|
107
108
|
before_script:
|
108
109
|
# Set timezone to Asia/Tokyo
|
@@ -19,9 +19,10 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
20
|
spec.metadata["source_code_uri"] = spec.homepage
|
21
21
|
spec.metadata["changelog_uri"] = "https://gitlab.com/sue445/gitlabci-bundle-update-mr/blob/master/CHANGELOG.md"
|
22
|
+
spec.metadata["rubygems_mfa_required"] = "true"
|
22
23
|
else
|
23
24
|
raise "RubyGems 2.0 or newer is required to protect against " \
|
24
|
-
|
25
|
+
"public gem pushes."
|
25
26
|
end
|
26
27
|
|
27
28
|
# Specify which files should be added to the gem when it is released.
|
@@ -34,12 +35,12 @@ Gem::Specification.new do |spec|
|
|
34
35
|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
|
35
36
|
spec.require_paths = ["lib"]
|
36
37
|
|
37
|
-
spec.required_ruby_version = ">= 2.
|
38
|
+
spec.required_ruby_version = ">= 2.6.0"
|
38
39
|
|
39
40
|
spec.add_dependency "bundler"
|
40
41
|
spec.add_dependency "compare_linker", ">= 1.4.3"
|
41
42
|
spec.add_dependency "git", "1.7.0"
|
42
|
-
spec.add_dependency "gitlab", ">= 4.
|
43
|
+
spec.add_dependency "gitlab", ">= 4.19.0"
|
43
44
|
spec.add_dependency "restore_bundled_with"
|
44
45
|
|
45
46
|
spec.add_development_dependency "dotenv"
|
@@ -50,8 +51,11 @@ Gem::Specification.new do |spec|
|
|
50
51
|
spec.add_development_dependency "rspec", "~> 3.0"
|
51
52
|
spec.add_development_dependency "rspec-its"
|
52
53
|
spec.add_development_dependency "rspec-temp_dir"
|
53
|
-
spec.add_development_dependency "
|
54
|
-
spec.add_development_dependency "rubocop-
|
54
|
+
spec.add_development_dependency "rubocop", ">= 1.29.0"
|
55
|
+
spec.add_development_dependency "rubocop-ast", ">= 1.18.0"
|
56
|
+
spec.add_development_dependency "rubocop_auto_corrector", ">= 0.4.4"
|
57
|
+
spec.add_development_dependency "rubocop-performance", ">= 1.14.0"
|
58
|
+
spec.add_development_dependency "rubocop-rspec", ">= 2.11.0"
|
55
59
|
spec.add_development_dependency "simplecov"
|
56
60
|
spec.add_development_dependency "webmock"
|
57
61
|
spec.add_development_dependency "yard"
|
@@ -16,7 +16,12 @@ continuous_bundle_update:
|
|
16
16
|
|
17
17
|
script:
|
18
18
|
- bundle install --path vendor/bundle --clean
|
19
|
-
-
|
19
|
+
- |
|
20
|
+
GEM_INSTALL_OPTIONS="$GEM_INSTALL_OPTIONS --no-doc"
|
21
|
+
if [ -n "$GEM_VERSION" ]; then
|
22
|
+
GEM_INSTALL_OPTIONS="--version $GEM_VERSION $GEM_INSTALL_OPTIONS"
|
23
|
+
fi
|
24
|
+
- gem install gitlabci-bundle-update-mr $GEM_INSTALL_OPTIONS
|
20
25
|
- |
|
21
26
|
if [ -n "$ASSIGNEES" ]; then
|
22
27
|
OPTIONS="--assignees $ASSIGNEES $OPTIONS"
|
@@ -216,7 +216,7 @@ module Gitlabci
|
|
216
216
|
retry_count ||= 0
|
217
217
|
|
218
218
|
yield
|
219
|
-
rescue Gitlab::Error::MethodNotAllowed, Gitlab::Error::NotAcceptable => e
|
219
|
+
rescue Gitlab::Error::MethodNotAllowed, Gitlab::Error::NotAcceptable, Gitlab::Error::Unprocessable => e
|
220
220
|
retry_count += 1
|
221
221
|
|
222
222
|
if retry_count > MAX_RETRY_COUNT
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlabci-bundle-update-mr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.1.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 4.
|
61
|
+
version: 4.19.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 4.
|
68
|
+
version: 4.19.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: restore_bundled_with
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -192,34 +192,76 @@ dependencies:
|
|
192
192
|
- - ">="
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
+
- !ruby/object:Gem::Dependency
|
196
|
+
name: rubocop
|
197
|
+
requirement: !ruby/object:Gem::Requirement
|
198
|
+
requirements:
|
199
|
+
- - ">="
|
200
|
+
- !ruby/object:Gem::Version
|
201
|
+
version: 1.29.0
|
202
|
+
type: :development
|
203
|
+
prerelease: false
|
204
|
+
version_requirements: !ruby/object:Gem::Requirement
|
205
|
+
requirements:
|
206
|
+
- - ">="
|
207
|
+
- !ruby/object:Gem::Version
|
208
|
+
version: 1.29.0
|
209
|
+
- !ruby/object:Gem::Dependency
|
210
|
+
name: rubocop-ast
|
211
|
+
requirement: !ruby/object:Gem::Requirement
|
212
|
+
requirements:
|
213
|
+
- - ">="
|
214
|
+
- !ruby/object:Gem::Version
|
215
|
+
version: 1.18.0
|
216
|
+
type: :development
|
217
|
+
prerelease: false
|
218
|
+
version_requirements: !ruby/object:Gem::Requirement
|
219
|
+
requirements:
|
220
|
+
- - ">="
|
221
|
+
- !ruby/object:Gem::Version
|
222
|
+
version: 1.18.0
|
195
223
|
- !ruby/object:Gem::Dependency
|
196
224
|
name: rubocop_auto_corrector
|
197
225
|
requirement: !ruby/object:Gem::Requirement
|
198
226
|
requirements:
|
199
227
|
- - ">="
|
200
228
|
- !ruby/object:Gem::Version
|
201
|
-
version:
|
229
|
+
version: 0.4.4
|
202
230
|
type: :development
|
203
231
|
prerelease: false
|
204
232
|
version_requirements: !ruby/object:Gem::Requirement
|
205
233
|
requirements:
|
206
234
|
- - ">="
|
207
235
|
- !ruby/object:Gem::Version
|
208
|
-
version:
|
236
|
+
version: 0.4.4
|
209
237
|
- !ruby/object:Gem::Dependency
|
210
238
|
name: rubocop-performance
|
211
239
|
requirement: !ruby/object:Gem::Requirement
|
212
240
|
requirements:
|
213
241
|
- - ">="
|
214
242
|
- !ruby/object:Gem::Version
|
215
|
-
version:
|
243
|
+
version: 1.14.0
|
216
244
|
type: :development
|
217
245
|
prerelease: false
|
218
246
|
version_requirements: !ruby/object:Gem::Requirement
|
219
247
|
requirements:
|
220
248
|
- - ">="
|
221
249
|
- !ruby/object:Gem::Version
|
222
|
-
version:
|
250
|
+
version: 1.14.0
|
251
|
+
- !ruby/object:Gem::Dependency
|
252
|
+
name: rubocop-rspec
|
253
|
+
requirement: !ruby/object:Gem::Requirement
|
254
|
+
requirements:
|
255
|
+
- - ">="
|
256
|
+
- !ruby/object:Gem::Version
|
257
|
+
version: 2.11.0
|
258
|
+
type: :development
|
259
|
+
prerelease: false
|
260
|
+
version_requirements: !ruby/object:Gem::Requirement
|
261
|
+
requirements:
|
262
|
+
- - ">="
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: 2.11.0
|
223
265
|
- !ruby/object:Gem::Dependency
|
224
266
|
name: simplecov
|
225
267
|
requirement: !ruby/object:Gem::Requirement
|
@@ -270,6 +312,7 @@ executables:
|
|
270
312
|
extensions: []
|
271
313
|
extra_rdoc_files: []
|
272
314
|
files:
|
315
|
+
- ".codeclimate.yml"
|
273
316
|
- ".env.example"
|
274
317
|
- ".env.gitlab"
|
275
318
|
- ".gitignore"
|
@@ -298,6 +341,7 @@ metadata:
|
|
298
341
|
homepage_uri: https://gitlab.com/sue445/gitlabci-bundle-update-mr
|
299
342
|
source_code_uri: https://gitlab.com/sue445/gitlabci-bundle-update-mr
|
300
343
|
changelog_uri: https://gitlab.com/sue445/gitlabci-bundle-update-mr/blob/master/CHANGELOG.md
|
344
|
+
rubygems_mfa_required: 'true'
|
301
345
|
post_install_message:
|
302
346
|
rdoc_options: []
|
303
347
|
require_paths:
|
@@ -306,14 +350,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
306
350
|
requirements:
|
307
351
|
- - ">="
|
308
352
|
- !ruby/object:Gem::Version
|
309
|
-
version: 2.
|
353
|
+
version: 2.6.0
|
310
354
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
311
355
|
requirements:
|
312
|
-
- - "
|
356
|
+
- - ">"
|
313
357
|
- !ruby/object:Gem::Version
|
314
|
-
version:
|
358
|
+
version: 1.3.1
|
315
359
|
requirements: []
|
316
|
-
rubygems_version: 3.
|
360
|
+
rubygems_version: 3.3.7
|
317
361
|
signing_key:
|
318
362
|
specification_version: 4
|
319
363
|
summary: Create MergeRequest of bundle update in GitLab CI
|