Skip to content

Commit b4244ee

Browse files
committed
Update dependencies
1 parent bc97f81 commit b4244ee

3 files changed

Lines changed: 33 additions & 53 deletions

File tree

.rubocop_todo.yml

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,25 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2026-01-16 22:17:50 UTC using RuboCop version 1.82.1.
3+
# on 2026-02-09 21:20:34 UTC using RuboCop version 1.84.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 7
9+
# Offense count: 5
1010
# This cop supports safe autocorrection (--autocorrect).
1111
Gemspec/AddRuntimeDependency:
1212
Exclude:
1313
- 'tetra.gemspec'
1414

15-
# Offense count: 1
16-
# This cop supports safe autocorrection (--autocorrect).
17-
Gemspec/DeprecatedAttributeAssignment:
18-
Exclude:
19-
- 'tetra.gemspec'
20-
2115
# Offense count: 9
2216
# Configuration parameters: EnforcedStyle, AllowedGems.
2317
# SupportedStyles: Gemfile, gems.rb, gemspec
2418
Gemspec/DevelopmentDependencies:
2519
Exclude:
2620
- 'tetra.gemspec'
2721

28-
# Offense count: 1
29-
# This cop supports safe autocorrection (--autocorrect).
30-
Gemspec/RequireMFA:
31-
Exclude:
32-
- 'tetra.gemspec'
33-
34-
# Offense count: 9
22+
# Offense count: 6
3523
# This cop supports safe autocorrection (--autocorrect).
3624
Layout/EmptyLineAfterMagicComment:
3725
Exclude:
@@ -40,10 +28,7 @@ Layout/EmptyLineAfterMagicComment:
4028
- 'lib/tetra/facades/mvn.rb'
4129
- 'lib/tetra/facades/tar.rb'
4230
- 'lib/tetra/facades/unzip.rb'
43-
- 'lib/tetra/pom_getter.rb'
44-
- 'lib/tetra/project_initer.rb'
4531
- 'lib/tetra/version.rb'
46-
- 'lib/tetra/version_matcher.rb'
4732

4833
# Offense count: 3
4934
# This cop supports safe autocorrection (--autocorrect).
@@ -62,7 +47,7 @@ Layout/LineContinuationLeadingSpace:
6247
Exclude:
6348
- 'spec/lib/fine/pom_spec.rb'
6449

65-
# Offense count: 10
50+
# Offense count: 8
6651
# This cop supports safe autocorrection (--autocorrect).
6752
# Configuration parameters: EnforcedStyle, IndentationWidth.
6853
# SupportedStyles: aligned, indented, indented_relative_to_receiver
@@ -145,19 +130,19 @@ RSpec/EmptyLineAfterExample:
145130
Exclude:
146131
- 'spec/lib/fine/git_spec.rb'
147132

148-
# Offense count: 36
133+
# Offense count: 43
149134
# Configuration parameters: CountAsOne.
150135
RSpec/ExampleLength:
151136
Max: 41
152137

153-
# Offense count: 19
138+
# Offense count: 21
154139
# This cop supports safe autocorrection (--autocorrect).
155140
# Configuration parameters: .
156141
# SupportedStyles: implicit, each, example
157142
RSpec/HookArgument:
158143
EnforcedStyle: each
159144

160-
# Offense count: 142
145+
# Offense count: 173
161146
# Configuration parameters: AssignmentOnly.
162147
RSpec/InstanceVariable:
163148
Exclude:
@@ -244,11 +229,6 @@ Style/ConditionalAssignment:
244229
Exclude:
245230
- 'lib/tetra/ui/subcommand.rb'
246231

247-
# Offense count: 17
248-
# This cop supports safe autocorrection (--autocorrect).
249-
Style/Encoding:
250-
Enabled: false
251-
252232
# Offense count: 1
253233
# This cop supports safe autocorrection (--autocorrect).
254234
Style/ExplicitBlockArgument:
@@ -345,7 +325,7 @@ Style/RedundantRegexpArgument:
345325
Exclude:
346326
- 'spec/lib/fine/speccable_spec.rb'
347327

348-
# Offense count: 6
328+
# Offense count: 7
349329
# This cop supports safe autocorrection (--autocorrect).
350330
# Configuration parameters: EnforcedStyle.
351331
# SupportedStyles: only_raise, only_fail, semantic

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
tetra (2.0.8)
5-
clamp (~> 1.3)
5+
clamp (~> 1.4)
66
json_pure (>= 2.6.3, < 2.9.0)
77
rexml (>= 3.2.9, < 3.5.0)
88
rubyzip (~> 3.2)
@@ -21,7 +21,7 @@ GEM
2121
base64 (0.3.0)
2222
bigdecimal (4.0.1)
2323
builder (3.3.0)
24-
clamp (1.3.2)
24+
clamp (1.4.0)
2525
contracts (0.17.3)
2626
cucumber (10.2.0)
2727
base64 (~> 0.2)
@@ -36,17 +36,17 @@ GEM
3636
multi_test (~> 1.1)
3737
sys-uname (~> 1.3)
3838
cucumber-ci-environment (11.0.0)
39-
cucumber-core (16.1.1)
39+
cucumber-core (16.2.0)
4040
cucumber-gherkin (> 36, < 40)
4141
cucumber-messages (> 31, < 33)
4242
cucumber-tag-expressions (> 6, < 9)
43-
cucumber-cucumber-expressions (18.0.1)
43+
cucumber-cucumber-expressions (19.0.0)
4444
bigdecimal
45-
cucumber-gherkin (37.0.1)
46-
cucumber-messages (>= 31, < 32)
45+
cucumber-gherkin (38.0.0)
46+
cucumber-messages (>= 31, < 33)
4747
cucumber-html-formatter (22.3.0)
4848
cucumber-messages (> 23, < 33)
49-
cucumber-messages (31.2.0)
49+
cucumber-messages (32.0.1)
5050
cucumber-tag-expressions (8.1.0)
5151
diff-lcs (1.6.2)
5252
docile (1.4.1)
@@ -61,7 +61,7 @@ GEM
6161
ffi (1.17.3-x86_64-darwin)
6262
ffi (1.17.3-x86_64-linux-gnu)
6363
ffi (1.17.3-x86_64-linux-musl)
64-
json (2.18.0)
64+
json (2.18.1)
6565
json_pure (2.8.1)
6666
language_server-protocol (3.17.0.5)
6767
lint_roller (1.1.0)
@@ -73,7 +73,7 @@ GEM
7373
parser (3.3.10.1)
7474
ast (~> 2.4.1)
7575
racc
76-
prism (1.8.0)
76+
prism (1.9.0)
7777
racc (1.8.1)
7878
rainbow (3.1.1)
7979
rake (13.3.1)
@@ -91,16 +91,16 @@ GEM
9191
rspec-mocks (3.13.7)
9292
diff-lcs (>= 1.2.0, < 2.0)
9393
rspec-support (~> 3.13.0)
94-
rspec-support (3.13.6)
95-
rubocop (1.82.1)
94+
rspec-support (3.13.7)
95+
rubocop (1.84.1)
9696
json (~> 2.3)
9797
language_server-protocol (~> 3.17.0.2)
9898
lint_roller (~> 1.1.0)
9999
parallel (~> 1.10)
100100
parser (>= 3.3.0.2)
101101
rainbow (>= 2.2.2, < 4.0)
102102
regexp_parser (>= 2.9.3, < 3.0)
103-
rubocop-ast (>= 1.48.0, < 2.0)
103+
rubocop-ast (>= 1.49.0, < 2.0)
104104
ruby-progressbar (~> 1.7)
105105
unicode-display_width (>= 2.4.0, < 4.0)
106106
rubocop-ast (1.49.0)
@@ -153,7 +153,7 @@ DEPENDENCIES
153153
aruba (~> 2.3)
154154
rake (~> 13.3)
155155
rspec (~> 3.13)
156-
rubocop (~> 1.82)
156+
rubocop (~> 1.84)
157157
rubocop-performance (~> 1.26)
158158
rubocop-rake (~> 0.7)
159159
rubocop-rspec (~> 3.9.0)
@@ -167,15 +167,15 @@ CHECKSUMS
167167
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
168168
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
169169
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
170-
clamp (1.3.2) sha256=4f6a99a8678d51abbf1650263a74d1ac50939edc11986271431d2e03a0d7a022
170+
clamp (1.4.0) sha256=4a90817c84baa2f2c2a19d6e9d416a9e2cb0c76ea440744bcab28158891883d5
171171
contracts (0.17.3) sha256=e72e626413ea47099becb7b5683beb1c2ea902c69f5bad55c9258fe2b48314d7
172172
cucumber (10.2.0) sha256=fdedbd31ecf40858b60f04853f2aa15c44f5c30bbac29c6a227fa1e7005a8158
173173
cucumber-ci-environment (11.0.0) sha256=0df79a9e1d0b015b3d9def680f989200d96fef206f4d19ccf86a338c4f71d1e2
174-
cucumber-core (16.1.1) sha256=d3aaa80a1ee2865f63f1a21ef496129f675af9099993b9af9608c4ef8ae26b89
175-
cucumber-cucumber-expressions (18.0.1) sha256=8398a0bf636af33ff3b61e459a309295eb02745b9e21bd7af0eaaa2a1e6be3e5
176-
cucumber-gherkin (37.0.1) sha256=06437ba0dca96cdb7f97e85802a694cf4bee9d3984c00947237448871d9b56d9
174+
cucumber-core (16.2.0) sha256=592b58a95cf42feef8e5a349f68e363784ba3b6568ffbcf6776e38e136cf970b
175+
cucumber-cucumber-expressions (19.0.0) sha256=33208ff204732ac9bed42b46993a0a243054f71ece08579d57e53df6a1c9d93a
176+
cucumber-gherkin (38.0.0) sha256=3e5846badf646eaec482b07067520e4494f370a0cfa5474d63522ca2ace800c4
177177
cucumber-html-formatter (22.3.0) sha256=f9768ed05588dbd73a5f3824c2cc648bd86b00206e6972d743af8051281d0729
178-
cucumber-messages (31.2.0) sha256=8f835164cab1c3e3363a1295634ce799eedf338496ab4624e2065e8a42ec5fd4
178+
cucumber-messages (32.0.1) sha256=8889d29fa5486e6523bd537e95fbf86b99eb11258528d2d55af4b806594ffcff
179179
cucumber-tag-expressions (8.1.0) sha256=9bd8c4b6654f8e5bf2a9c99329b6f32136a75e50cd39d4cfb3927d0fa9f52e21
180180
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
181181
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
@@ -190,7 +190,7 @@ CHECKSUMS
190190
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
191191
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
192192
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
193-
json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
193+
json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
194194
json_pure (2.8.1) sha256=6a877929ba9d4fa0808ccc38656d1b15d138b2aa0aa32037ee05abea13427ace
195195
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
196196
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
@@ -200,7 +200,7 @@ CHECKSUMS
200200
multi_test (1.1.0) sha256=e9e550cdd863fb72becfe344aefdcd4cbd26ebf307847f4a6c039a4082324d10
201201
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
202202
parser (3.3.10.1) sha256=06f6a725d2cd91e5e7f2b7c32ba143631e1f7c8ae2fb918fc4cebec187e6a688
203-
prism (1.8.0) sha256=84453a16ef5530ea62c5f03ec16b52a459575ad4e7b9c2b360fd8ce2c39c1254
203+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
204204
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
205205
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
206206
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
@@ -210,8 +210,8 @@ CHECKSUMS
210210
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
211211
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
212212
rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
213-
rspec-support (3.13.6) sha256=2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2
214-
rubocop (1.82.1) sha256=09f1a6a654a960eda767aebea33e47603080f8e9c9a3f019bf9b94c9cab5e273
213+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
214+
rubocop (1.84.1) sha256=14cc626f355141f5a2ef53c10a68d66b13bb30639b26370a76559096cc6bcc1a
215215
rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
216216
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
217217
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
@@ -230,4 +230,4 @@ CHECKSUMS
230230
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
231231

232232
BUNDLED WITH
233-
4.0.4
233+
4.0.6

tetra.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.rdoc_options << "--exclude=lib/template/bundled"
4040

4141
# Dependencies
42-
spec.add_runtime_dependency "clamp", "~> 1.3"
42+
spec.add_runtime_dependency "clamp", "~> 1.4"
4343
spec.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.9.0"
4444
spec.add_runtime_dependency "rexml", ">= 3.2.9", "< 3.5.0"
4545
spec.add_runtime_dependency "rubyzip", "~> 3.2"
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
4848
spec.add_development_dependency "aruba", "~> 2.3"
4949
spec.add_development_dependency "rake", "~> 13.3"
5050
spec.add_development_dependency "rspec", "~> 3.13"
51-
spec.add_development_dependency "rubocop", "~> 1.82"
51+
spec.add_development_dependency "rubocop", "~> 1.84"
5252
spec.add_development_dependency "rubocop-performance", "~> 1.26"
5353
spec.add_development_dependency "rubocop-rake", "~> 0.7"
5454
spec.add_development_dependency "rubocop-rspec", "~> 3.9.0"

0 commit comments

Comments
 (0)