gitlabci-bundle-update-mr 5.0.0 → 5.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3fa2d7419641e41394d337fb3c3cda0e5adb10c403fcef28bcf7408907b6e34
4
- data.tar.gz: 67ceebd56ec522417bf070c9954eca81fdd6406643c3a70c0addd5090097d6e4
3
+ metadata.gz: 6e8ccb89165d72c281b87b804f6bee93697628d656dec2ef68d620b64b53766f
4
+ data.tar.gz: 2a9d8c02c2a9e3e147edcdd34b23b3eb419f5232788f6ed09c44e13ad39d31ee
5
5
  SHA512:
6
- metadata.gz: 1dff5959a30b444ba9c33e9595a232d64a941f48953c652cc2f9388199580cde2374d5a4a53a528df0c1c7936c72f567bbc6b1f92808ef39cc4c97fd3ebfccb7
7
- data.tar.gz: 3b4cd9282ed9c02788cd74ae18deb68c8bd3cfe53147e162948298c1ee8bf5744a9fdbc8713fe432ec15eb820c188107ae356317ab5ed6256652ba4aa7b6c6eb
6
+ metadata.gz: e1fd7d9ad0ff855f695251b13a0f30d3c88de32c50b407b4d9e927888d84de2688d4037153bbac27b0a93fbaf1125e15b6e5a278b321a265ca714de74f52777e
7
+ data.tar.gz: caf95641d0632f15e189abcc6fed050cde5de0aff0e7f09e69cc31daf03c3e52e9c0717d033d7f09d8f4f200f5590a3389754ed18d424da021815e53bea489a8
data/.gitlab-ci.yml CHANGED
@@ -35,8 +35,6 @@ continuous_bundle_update:
35
35
  when: never
36
36
  - if: '$CI_PIPELINE_SOURCE == "schedule"'
37
37
  when: never
38
- - if: '$IMAGE == "rubylang/ruby:master-nightly-bionic"'
39
- allow_failure: true
40
38
  - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
41
39
  - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
42
40
 
@@ -52,13 +50,21 @@ test:
52
50
  - bundle exec ./exe/gitlabci-bundle-update-mr --help
53
51
  - bundle exec rubocop -P
54
52
 
53
+ coverage: '/LOC \(([\d.]+)%\) covered/'
54
+
55
+ artifacts:
56
+ reports:
57
+ coverage_report:
58
+ coverage_format: cobertura
59
+ path: coverage/coverage.xml
60
+
55
61
  parallel:
56
62
  matrix:
57
63
  - IMAGE:
58
64
  - ruby:3.1
59
65
  - ruby:3.2
60
66
  - ruby:3.3
61
- - rubylang/ruby:master-nightly-bionic
67
+ - ruby:3.4
62
68
 
63
69
  pages:
64
70
  extends: .default
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Unreleased
2
- [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v5.0.0...master)
2
+ [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v5.0.1...master)
3
+
4
+ ## v5.0.1
5
+ [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v5.0.0...v5.0.1)
6
+
7
+ * Fix error in Ruby 3.4+ [!346](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/346) *@sue445*
3
8
 
4
9
  ## v5.0.0
5
10
  [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v4.0.0...v5.0.0)
data/Gemfile.lock CHANGED
@@ -1,55 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlabci-bundle-update-mr (5.0.0)
4
+ gitlabci-bundle-update-mr (5.0.1)
5
5
  bundler
6
6
  compare_linker (>= 1.4.3)
7
7
  git (= 1.7.0)
8
8
  gitlab (>= 4.19.0)
9
+ mutex_m
9
10
  restore_bundled_with
10
11
 
11
12
  GEM
12
13
  remote: https://rubygems.org/
13
14
  specs:
14
- addressable (2.8.6)
15
- public_suffix (>= 2.0.2, < 6.0)
15
+ addressable (2.8.7)
16
+ public_suffix (>= 2.0.2, < 7.0)
16
17
  ast (2.4.2)
17
- bigdecimal (3.1.7)
18
- compare_linker (1.4.4)
18
+ base64 (0.2.0)
19
+ bigdecimal (3.1.9)
20
+ compare_linker (1.4.8)
21
+ base64
19
22
  httpclient
20
23
  octokit
24
+ ostruct
21
25
  crack (1.0.0)
22
26
  bigdecimal
23
27
  rexml
24
- csv (3.3.0)
28
+ csv (3.3.2)
25
29
  diff-lcs (1.5.1)
26
- docile (1.4.0)
27
- dotenv (3.1.1)
28
- faraday (2.9.0)
29
- faraday-net_http (>= 2.0, < 3.2)
30
- faraday-net_http (3.1.0)
31
- net-http
30
+ docile (1.4.1)
31
+ dotenv (3.1.7)
32
+ faraday (2.12.2)
33
+ faraday-net_http (>= 2.0, < 3.5)
34
+ json
35
+ logger
36
+ faraday-net_http (3.4.0)
37
+ net-http (>= 0.5.0)
32
38
  git (1.7.0)
33
39
  rchardet (~> 1.8)
34
- gitlab (4.19.0)
40
+ gitlab (5.1.0)
41
+ base64 (~> 0.2.0)
35
42
  httparty (~> 0.20)
36
43
  terminal-table (>= 1.5.1)
37
- gitlab_awesome_release (1.0.4)
44
+ gitlab_awesome_release (1.1.0)
38
45
  dotenv
39
46
  gitlab (>= 4.0.0)
40
47
  thor
41
- hashdiff (1.1.0)
48
+ hashdiff (1.1.2)
42
49
  httparty (0.22.0)
43
50
  csv
44
51
  mini_mime (>= 1.0.0)
45
52
  multi_xml (>= 0.5.2)
46
53
  httpclient (2.8.3)
47
- json (2.7.2)
54
+ json (2.9.1)
48
55
  language_server-protocol (3.17.0.3)
56
+ logger (1.6.4)
49
57
  mini_mime (1.1.5)
50
58
  multi_xml (0.7.1)
51
59
  bigdecimal (~> 3.1)
52
- net-http (0.4.1)
60
+ mutex_m (0.3.0)
61
+ net-http (0.6.0)
53
62
  uri
54
63
  octokit (4.25.1)
55
64
  faraday (>= 1, < 3)
@@ -57,67 +66,58 @@ GEM
57
66
  onkcop (1.0.0.0)
58
67
  rubocop (>= 0.80.0)
59
68
  rubocop-rspec (>= 1.34.0)
60
- parallel (1.24.0)
61
- parser (3.3.1.0)
69
+ ostruct (0.6.1)
70
+ parallel (1.26.3)
71
+ parser (3.3.6.0)
62
72
  ast (~> 2.4.1)
63
73
  racc
64
- public_suffix (5.0.5)
65
- racc (1.7.3)
74
+ public_suffix (6.0.1)
75
+ racc (1.8.1)
66
76
  rainbow (3.1.1)
67
77
  rake (13.2.1)
68
- rchardet (1.8.0)
69
- regexp_parser (2.9.0)
78
+ rchardet (1.9.0)
79
+ regexp_parser (2.10.0)
70
80
  restore_bundled_with (1.0.0)
71
81
  git
72
82
  thor
73
- rexml (3.2.6)
83
+ rexml (3.4.0)
74
84
  rspec (3.13.0)
75
85
  rspec-core (~> 3.13.0)
76
86
  rspec-expectations (~> 3.13.0)
77
87
  rspec-mocks (~> 3.13.0)
78
- rspec-core (3.13.0)
88
+ rspec-core (3.13.2)
79
89
  rspec-support (~> 3.13.0)
80
- rspec-expectations (3.13.0)
90
+ rspec-expectations (3.13.3)
81
91
  diff-lcs (>= 1.2.0, < 2.0)
82
92
  rspec-support (~> 3.13.0)
83
- rspec-its (1.3.0)
84
- rspec-core (>= 3.0.0)
85
- rspec-expectations (>= 3.0.0)
86
- rspec-mocks (3.13.0)
93
+ rspec-its (2.0.0)
94
+ rspec-core (>= 3.13.0)
95
+ rspec-expectations (>= 3.13.0)
96
+ rspec-mocks (3.13.2)
87
97
  diff-lcs (>= 1.2.0, < 2.0)
88
98
  rspec-support (~> 3.13.0)
89
- rspec-support (3.13.1)
99
+ rspec-support (3.13.2)
90
100
  rspec-temp_dir (1.1.1)
91
101
  rspec (>= 3.0)
92
- rubocop (1.63.4)
102
+ rubocop (1.69.2)
93
103
  json (~> 2.3)
94
104
  language_server-protocol (>= 3.17.0)
95
105
  parallel (~> 1.10)
96
106
  parser (>= 3.3.0.2)
97
107
  rainbow (>= 2.2.2, < 4.0)
98
- regexp_parser (>= 1.8, < 3.0)
99
- rexml (>= 3.2.5, < 4.0)
100
- rubocop-ast (>= 1.31.1, < 2.0)
108
+ regexp_parser (>= 2.9.3, < 3.0)
109
+ rubocop-ast (>= 1.36.2, < 2.0)
101
110
  ruby-progressbar (~> 1.7)
102
- unicode-display_width (>= 2.4.0, < 3.0)
103
- rubocop-ast (1.31.3)
111
+ unicode-display_width (>= 2.4.0, < 4.0)
112
+ rubocop-ast (1.37.0)
104
113
  parser (>= 3.3.1.0)
105
- rubocop-capybara (2.20.0)
106
- rubocop (~> 1.41)
107
- rubocop-factory_bot (2.25.1)
108
- rubocop (~> 1.41)
109
- rubocop-performance (1.21.0)
114
+ rubocop-performance (1.23.1)
110
115
  rubocop (>= 1.48.1, < 2.0)
111
116
  rubocop-ast (>= 1.31.1, < 2.0)
112
- rubocop-rspec (2.29.2)
113
- rubocop (~> 1.40)
114
- rubocop-capybara (~> 2.17)
115
- rubocop-factory_bot (~> 2.22)
116
- rubocop-rspec_rails (~> 2.28)
117
- rubocop-rspec_rails (2.28.3)
118
- rubocop (~> 1.40)
119
- rubocop_auto_corrector (0.4.4)
120
- rubocop (>= 1.3.0)
117
+ rubocop-rspec (3.3.0)
118
+ rubocop (~> 1.61)
119
+ rubocop_auto_corrector (0.5.0)
120
+ rubocop (>= 1.30.0)
121
121
  ruby-progressbar (1.13.0)
122
122
  sawyer (0.9.2)
123
123
  addressable (>= 2.3.5)
@@ -126,18 +126,21 @@ GEM
126
126
  docile (~> 1.1)
127
127
  simplecov-html (~> 0.11)
128
128
  simplecov_json_formatter (~> 0.1)
129
- simplecov-html (0.12.3)
129
+ simplecov-cobertura (2.1.0)
130
+ rexml
131
+ simplecov (~> 0.19)
132
+ simplecov-html (0.13.1)
130
133
  simplecov_json_formatter (0.1.4)
131
134
  terminal-table (3.0.2)
132
135
  unicode-display_width (>= 1.1.1, < 3)
133
- thor (1.3.1)
134
- unicode-display_width (2.5.0)
135
- uri (0.13.0)
136
- webmock (3.23.0)
136
+ thor (1.3.2)
137
+ unicode-display_width (2.6.0)
138
+ uri (1.0.2)
139
+ webmock (3.24.0)
137
140
  addressable (>= 2.8.0)
138
141
  crack (>= 0.3.2)
139
142
  hashdiff (>= 0.4.0, < 2.0.0)
140
- yard (0.9.36)
143
+ yard (0.9.37)
141
144
 
142
145
  PLATFORMS
143
146
  ruby
@@ -159,8 +162,9 @@ DEPENDENCIES
159
162
  rubocop_auto_corrector (>= 0.4.4)
160
163
  sawyer (>= 0.8.1)
161
164
  simplecov
165
+ simplecov-cobertura
162
166
  webmock
163
167
  yard
164
168
 
165
169
  BUNDLED WITH
166
- 2.4.10
170
+ 2.6.2
data/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  Create MergeRequest of bundle update in GitLab CI
7
7
 
8
+ _GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions_
9
+
8
10
  ![gitlabci-bundle-update-mr](img/gitlabci-bundle-update-mr.png)
9
11
 
10
12
  This is inspired by [circleci-bundle-update-pr](https://github.com/masutaka/circleci-bundle-update-pr)
@@ -43,6 +43,10 @@ Gem::Specification.new do |spec|
43
43
  spec.add_dependency "gitlab", ">= 4.19.0"
44
44
  spec.add_dependency "restore_bundled_with"
45
45
 
46
+ # FIXME: Workaround for error in Ruby 3.4+
47
+ # https://github.com/nahi/httpclient/pull/455 is merged, but not published yet...
48
+ spec.add_dependency "mutex_m"
49
+
46
50
  spec.add_development_dependency "dotenv"
47
51
  spec.add_development_dependency "gitlab_awesome_release"
48
52
  spec.add_development_dependency "onkcop", ">= 1.0.0.0"
@@ -56,6 +60,7 @@ Gem::Specification.new do |spec|
56
60
  spec.add_development_dependency "rubocop-performance", ">= 1.14.0"
57
61
  spec.add_development_dependency "rubocop-rspec", ">= 2.21.0"
58
62
  spec.add_development_dependency "simplecov"
63
+ spec.add_development_dependency "simplecov-cobertura"
59
64
  spec.add_development_dependency "webmock"
60
65
  spec.add_development_dependency "yard"
61
66
  end
@@ -2,7 +2,7 @@ module Gitlabci
2
2
  module Bundle
3
3
  module Update
4
4
  module Mr
5
- VERSION = "5.0.0".freeze
5
+ VERSION = "5.0.1".freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlabci-bundle-update-mr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-05-06 00:00:00.000000000 Z
10
+ date: 2025-01-08 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: bundler
@@ -80,6 +79,20 @@ dependencies:
80
79
  - - ">="
81
80
  - !ruby/object:Gem::Version
82
81
  version: '0'
82
+ - !ruby/object:Gem::Dependency
83
+ name: mutex_m
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ type: :runtime
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
83
96
  - !ruby/object:Gem::Dependency
84
97
  name: dotenv
85
98
  requirement: !ruby/object:Gem::Requirement
@@ -262,6 +275,20 @@ dependencies:
262
275
  - - ">="
263
276
  - !ruby/object:Gem::Version
264
277
  version: '0'
278
+ - !ruby/object:Gem::Dependency
279
+ name: simplecov-cobertura
280
+ requirement: !ruby/object:Gem::Requirement
281
+ requirements:
282
+ - - ">="
283
+ - !ruby/object:Gem::Version
284
+ version: '0'
285
+ type: :development
286
+ prerelease: false
287
+ version_requirements: !ruby/object:Gem::Requirement
288
+ requirements:
289
+ - - ">="
290
+ - !ruby/object:Gem::Version
291
+ version: '0'
265
292
  - !ruby/object:Gem::Dependency
266
293
  name: webmock
267
294
  requirement: !ruby/object:Gem::Requirement
@@ -328,7 +355,6 @@ metadata:
328
355
  source_code_uri: https://gitlab.com/sue445/gitlabci-bundle-update-mr
329
356
  changelog_uri: https://gitlab.com/sue445/gitlabci-bundle-update-mr/blob/master/CHANGELOG.md
330
357
  rubygems_mfa_required: 'true'
331
- post_install_message:
332
358
  rdoc_options: []
333
359
  require_paths:
334
360
  - lib
@@ -343,8 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
343
369
  - !ruby/object:Gem::Version
344
370
  version: '0'
345
371
  requirements: []
346
- rubygems_version: 3.5.3
347
- signing_key:
372
+ rubygems_version: 3.6.2
348
373
  specification_version: 4
349
374
  summary: Create MergeRequest of bundle update in GitLab CI
350
375
  test_files: []