gitlabci-bundle-update-mr 3.0.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bcdd8194a9d36c15cdc4f1d4cba14715f13999f08014556078d4608191f9a18
4
- data.tar.gz: c58784b4d7ddad36cb296f89796402063a597b3d59a708b9fb5c87bd2418b588
3
+ metadata.gz: beb563308300820b9110ea14d4c57c58335dae73c76d7a25146b60b2376a0f2c
4
+ data.tar.gz: c1132291986a4cc9d9e971a973677dd8e6ffbf1c20b4c52f3716e54290aa037c
5
5
  SHA512:
6
- metadata.gz: 4eb4af31b8978c0c8a1935d7fd9473c6d6ff07455bc6ba206336c23ea8762a36e31e03b9e9182eed1d1c18caea648399826553fa75d9f0d76757578a4362a465
7
- data.tar.gz: 30a436b8fd4bcd843e0a01949677a4170b7130fba766cdf849ac744bbede3de3fffe9b818d7584c6fed79898d8b1cf15be09a3238018e7e663d7191e57c2c466
6
+ metadata.gz: 0c0aac8994e7db8368518ef7f943c19db11fae07b5cf080a4858370b5b708b8074324418dd6d4ddad181bbc303f077225cc7561b3bb012c797d0e16e6ace073b
7
+ data.tar.gz: 963d446f3a577cc8aec16e8e40bbd6589cafece4304091e0e028945be33571db57c9963997b89339130a7dc83fc9a75fb734505f1d452e739cbba134ba1d13e5
data/.gitlab-ci.yml CHANGED
@@ -55,10 +55,10 @@ test:
55
55
  parallel:
56
56
  matrix:
57
57
  - IMAGE:
58
- - ruby:2.7
59
58
  - ruby:3.0
60
59
  - ruby:3.1
61
60
  - ruby:3.2
61
+ - ruby:3.3
62
62
  - rubylang/ruby:master-nightly-bionic
63
63
 
64
64
  pages:
data/.rubocop.yml CHANGED
@@ -9,7 +9,7 @@ inherit_gem:
9
9
  # - "config/rspec.yml"
10
10
 
11
11
  AllCops:
12
- TargetRubyVersion: 2.7
12
+ TargetRubyVersion: 3.0
13
13
  NewCops: enable
14
14
  SuggestExtensions: false
15
15
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Unreleased
2
- [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v3.0.0...master)
2
+ [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v4.0.0...master)
3
+
4
+ ## v4.0.0
5
+ [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v3.0.0...v4.0.0)
6
+
7
+ * Drop support ruby < 3.0 [!294](https://gitlab.com/sue445/gitlabci-bundle-update-mr/merge_requests/294) *@sue445*
3
8
 
4
9
  ## v3.0.0
5
10
  [full changelog](https://gitlab.com/sue445/gitlabci-bundle-update-mr/compare/v2.0.1...v3.0.0)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlabci-bundle-update-mr (3.0.0)
4
+ gitlabci-bundle-update-mr (4.0.0)
5
5
  bundler
6
6
  compare_linker (>= 1.4.3)
7
7
  git (= 1.7.0)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- addressable (2.8.4)
14
+ addressable (2.8.6)
15
15
  public_suffix (>= 2.0.2, < 6.0)
16
16
  ast (2.4.2)
17
17
  compare_linker (1.4.4)
@@ -22,10 +22,10 @@ GEM
22
22
  diff-lcs (1.5.0)
23
23
  docile (1.4.0)
24
24
  dotenv (2.8.1)
25
- faraday (2.7.4)
26
- faraday-net_http (>= 2.0, < 3.1)
27
- ruby2_keywords (>= 0.0.4)
28
- faraday-net_http (3.0.2)
25
+ faraday (2.9.0)
26
+ faraday-net_http (>= 2.0, < 3.2)
27
+ faraday-net_http (3.1.0)
28
+ net-http
29
29
  git (1.7.0)
30
30
  rchardet (~> 1.8)
31
31
  gitlab (4.19.0)
@@ -35,32 +35,37 @@ GEM
35
35
  dotenv
36
36
  gitlab (>= 4.0.0)
37
37
  thor
38
- hashdiff (1.0.1)
38
+ hashdiff (1.1.0)
39
39
  httparty (0.21.0)
40
40
  mini_mime (>= 1.0.0)
41
41
  multi_xml (>= 0.5.2)
42
42
  httpclient (2.8.3)
43
- json (2.6.3)
44
- mini_mime (1.1.2)
43
+ json (2.7.1)
44
+ language_server-protocol (3.17.0.3)
45
+ mini_mime (1.1.5)
45
46
  multi_xml (0.6.0)
47
+ net-http (0.4.1)
48
+ uri
46
49
  octokit (4.25.1)
47
50
  faraday (>= 1, < 3)
48
51
  sawyer (~> 0.9)
49
52
  onkcop (1.0.0.0)
50
53
  rubocop (>= 0.80.0)
51
54
  rubocop-rspec (>= 1.34.0)
52
- parallel (1.23.0)
53
- parser (3.2.2.1)
55
+ parallel (1.24.0)
56
+ parser (3.3.0.3)
54
57
  ast (~> 2.4.1)
55
- public_suffix (5.0.1)
58
+ racc
59
+ public_suffix (5.0.4)
60
+ racc (1.7.3)
56
61
  rainbow (3.1.1)
57
- rake (13.0.6)
62
+ rake (13.1.0)
58
63
  rchardet (1.8.0)
59
- regexp_parser (2.8.0)
64
+ regexp_parser (2.9.0)
60
65
  restore_bundled_with (1.0.0)
61
66
  git
62
67
  thor
63
- rexml (3.2.5)
68
+ rexml (3.2.6)
64
69
  rspec (3.12.0)
65
70
  rspec-core (~> 3.12.0)
66
71
  rspec-expectations (~> 3.12.0)
@@ -73,39 +78,39 @@ GEM
73
78
  rspec-its (1.3.0)
74
79
  rspec-core (>= 3.0.0)
75
80
  rspec-expectations (>= 3.0.0)
76
- rspec-mocks (3.12.5)
81
+ rspec-mocks (3.12.6)
77
82
  diff-lcs (>= 1.2.0, < 2.0)
78
83
  rspec-support (~> 3.12.0)
79
- rspec-support (3.12.0)
84
+ rspec-support (3.12.1)
80
85
  rspec-temp_dir (1.1.1)
81
86
  rspec (>= 3.0)
82
- rubocop (1.50.2)
87
+ rubocop (1.59.0)
83
88
  json (~> 2.3)
89
+ language_server-protocol (>= 3.17.0)
84
90
  parallel (~> 1.10)
85
- parser (>= 3.2.0.0)
91
+ parser (>= 3.2.2.4)
86
92
  rainbow (>= 2.2.2, < 4.0)
87
93
  regexp_parser (>= 1.8, < 3.0)
88
94
  rexml (>= 3.2.5, < 4.0)
89
- rubocop-ast (>= 1.28.0, < 2.0)
95
+ rubocop-ast (>= 1.30.0, < 2.0)
90
96
  ruby-progressbar (~> 1.7)
91
97
  unicode-display_width (>= 2.4.0, < 3.0)
92
- rubocop-ast (1.28.1)
98
+ rubocop-ast (1.30.0)
93
99
  parser (>= 3.2.1.0)
94
- rubocop-capybara (2.18.0)
100
+ rubocop-capybara (2.20.0)
95
101
  rubocop (~> 1.41)
96
- rubocop-factory_bot (2.22.0)
97
- rubocop (~> 1.33)
98
- rubocop-performance (1.17.1)
99
- rubocop (>= 1.7.0, < 2.0)
100
- rubocop-ast (>= 0.4.0)
101
- rubocop-rspec (2.22.0)
102
- rubocop (~> 1.33)
102
+ rubocop-factory_bot (2.25.1)
103
+ rubocop (~> 1.41)
104
+ rubocop-performance (1.20.2)
105
+ rubocop (>= 1.48.1, < 2.0)
106
+ rubocop-ast (>= 1.30.0, < 2.0)
107
+ rubocop-rspec (2.26.1)
108
+ rubocop (~> 1.40)
103
109
  rubocop-capybara (~> 2.17)
104
110
  rubocop-factory_bot (~> 2.22)
105
111
  rubocop_auto_corrector (0.4.4)
106
112
  rubocop (>= 1.3.0)
107
113
  ruby-progressbar (1.13.0)
108
- ruby2_keywords (0.0.5)
109
114
  sawyer (0.9.2)
110
115
  addressable (>= 2.3.5)
111
116
  faraday (>= 0.17.3, < 3)
@@ -117,9 +122,10 @@ GEM
117
122
  simplecov_json_formatter (0.1.4)
118
123
  terminal-table (3.0.2)
119
124
  unicode-display_width (>= 1.1.1, < 3)
120
- thor (1.2.1)
121
- unicode-display_width (2.4.2)
122
- webmock (3.18.1)
125
+ thor (1.3.0)
126
+ unicode-display_width (2.5.0)
127
+ uri (0.13.0)
128
+ webmock (3.19.1)
123
129
  addressable (>= 2.8.0)
124
130
  crack (>= 0.3.2)
125
131
  hashdiff (>= 0.4.0, < 2.0.0)
data/README.md CHANGED
@@ -9,6 +9,13 @@ Create MergeRequest of bundle update in GitLab CI
9
9
 
10
10
  This is inspired by [circleci-bundle-update-pr](https://github.com/masutaka/circleci-bundle-update-pr)
11
11
 
12
+ <details>
13
+ <summary>TOC</summary>
14
+
15
+ [[_TOC_]]
16
+
17
+ </details>
18
+
12
19
  ## Requirements
13
20
  * GitLab v9.0.0+
14
21
  * GitLab API v4
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
36
36
  spec.require_paths = ["lib"]
37
37
 
38
- spec.required_ruby_version = ">= 2.7.0"
38
+ spec.required_ruby_version = ">= 3.0.0"
39
39
 
40
40
  spec.add_dependency "bundler"
41
41
  spec.add_dependency "compare_linker", ">= 1.4.3"
@@ -2,7 +2,7 @@ module Gitlabci
2
2
  module Bundle
3
3
  module Update
4
4
  module Mr
5
- VERSION = "3.0.0".freeze
5
+ VERSION = "4.0.0".freeze
6
6
  end
7
7
  end
8
8
  end
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: 3.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-08 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -336,14 +336,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
336
336
  requirements:
337
337
  - - ">="
338
338
  - !ruby/object:Gem::Version
339
- version: 2.7.0
339
+ version: 3.0.0
340
340
  required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  requirements:
342
342
  - - ">="
343
343
  - !ruby/object:Gem::Version
344
344
  version: '0'
345
345
  requirements: []
346
- rubygems_version: 3.4.10
346
+ rubygems_version: 3.4.6
347
347
  signing_key:
348
348
  specification_version: 4
349
349
  summary: Create MergeRequest of bundle update in GitLab CI