Skip to content

Commit 5096186

Browse files
committed
🚨 Linting
- Remove commonmarker
1 parent 0f14aed commit 5096186

File tree

6 files changed

+529
-59
lines changed

6 files changed

+529
-59
lines changed

‎.idea/workspace.xml

Lines changed: 414 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.rubocop_gradual.lock

Lines changed: 77 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bin/bundle:4028066867": [
3-
[64, 5, 20, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2485198147]
2+
"bin/bundle:247448467": [
3+
[64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147]
44
],
55
"examples/active_record_openid_store/XXX_add_open_id_store_to_db.rb:2140874196": [
66
[3, 3, 588, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3366985859],
@@ -42,6 +42,9 @@
4242
[8, 8, 3, "Layout/EndAlignment: `end` at 8, 7 is not aligned with `class` at 5, 0.", 193405706],
4343
[19, 5, 12, "Minitest/UselessAssertion: Useless assertion detected.", 2511510896]
4444
],
45+
"examples/rails_openid/test/performance/browsing_test.rb:1653665372": [
46+
[9, 7, 13, "Minitest/NoAssertions: Test case has no assertions.", 976593424]
47+
],
4548
"lib/hmac/hmac.rb:2320987708": [
4649
[42, 7, 102, "Style/For: Prefer `each` over `for`.", 141019575],
4750
[89, 5, 130, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2366241697],
@@ -197,13 +200,13 @@
197200
[10, 72, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
198201
[94, 3, 160, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 407779678],
199202
[99, 3, 88, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 834352859],
200-
[100, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
201-
[100, 39, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
202-
[102, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
203+
[100, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070],
204+
[100, 39, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070],
205+
[102, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070],
203206
[105, 3, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 702922609],
204-
[106, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
207+
[106, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070],
205208
[111, 3, 284, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2543934372],
206-
[116, 5, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2254613070],
209+
[116, 5, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2254613070],
207210
[181, 81, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
208211
[213, 71, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
209212
[230, 7, 80, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 3610119133],
@@ -303,9 +306,9 @@
303306
"lib/openid/store/nonce.rb:368349538": [
304307
[13, 5, 12, "Naming/VariableName: Use snake_case for variable names.", 2011612633],
305308
[20, 5, 33, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 946500752],
306-
[21, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279],
309+
[21, 7, 5, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 214151279],
307310
[24, 5, 55, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2221980689],
308-
[25, 7, 5, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 214151279],
311+
[25, 7, 5, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 214151279],
309312
[29, 5, 341, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3565164022],
310313
[42, 5, 480, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3166460613],
311314
[61, 5, 248, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3471362715]
@@ -445,7 +448,7 @@
445448
"test/test_associationmanager.rb:4251496942": [
446449
[169, 9, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 4153333934],
447450
[307, 9, 24, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 2990482522],
448-
[310, 15, 10, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 1640279285],
451+
[310, 15, 10, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 1640279285],
449452
[326, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
450453
[456, 5, 6, "Naming/ConstantName: Use SCREAMING_SNAKE_CASE for constants.", 2713853249],
451454
[587, 9, 63, "Style/InvertibleUnlessCondition: Prefer `if ns == OPENID1_NS or name == \"missing_session_type\"` over `unless ns != OPENID1_NS and name != \"missing_session_type\"`.", 479520905],
@@ -457,11 +460,23 @@
457460
],
458461
"test/test_ax.rb:4271077895": [
459462
[15, 15, 7, "ThreadSafety/MutableClassInstanceVariable: Freeze mutable objects assigned to class instance variables.", 480804425],
463+
[40, 11, 24, "Minitest/NoAssertions: Test case has no assertions.", 1037396013],
460464
[46, 7, 317, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2981613125],
461465
[53, 9, 35, "Minitest/RefuteFalse: Prefer using `refute(ainfo.required)`.", 2720445676],
466+
[116, 11, 19, "Minitest/NoAssertions: Test case has no assertions.", 3817685589],
467+
[120, 11, 37, "Minitest/NoAssertions: Test case has no assertions.", 3247301170],
468+
[124, 11, 32, "Minitest/NoAssertions: Test case has no assertions.", 1393003833],
469+
[191, 11, 30, "Minitest/NoAssertions: Test case has no assertions.", 2029928119],
470+
[201, 11, 20, "Minitest/NoAssertions: Test case has no assertions.", 3618402249],
471+
[211, 11, 17, "Minitest/NoAssertions: Test case has no assertions.", 3644397904],
472+
[223, 11, 21, "Minitest/NoAssertions: Test case has no assertions.", 1036191081],
462473
[257, 7, 255, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 3054475557],
463474
[270, 9, 26, "Minitest/RefuteFalse: Prefer using `refute(@msg.member?(uri))`.", 4033074256],
475+
[290, 11, 29, "Minitest/NoAssertions: Test case has no assertions.", 2916269710],
476+
[294, 11, 32, "Minitest/NoAssertions: Test case has no assertions.", 524577363],
464477
[299, 30, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
478+
[310, 11, 42, "Minitest/NoAssertions: Test case has no assertions.", 2774888987],
479+
[322, 11, 33, "Minitest/NoAssertions: Test case has no assertions.", 3173052660],
465480
[347, 7, 558, "Minitest/MultipleAssertions: Test case has too many assertions [7/3].", 3434206224],
466481
[360, 9, 20, "Minitest/RefuteFalse: Prefer using `refute(ai.required)`.", 3437055720],
467482
[375, 9, 52, "Minitest/RefuteFalse: Prefer using `refute(@msg.requested_attributes[@type_a].required)`.", 2345955159],
@@ -529,10 +544,19 @@
529544
],
530545
"test/test_idres.rb:2896214861": [
531546
[119, 9, 1622, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2912808174],
547+
[160, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 2759283288],
548+
[166, 13, 22, "Minitest/NoAssertions: Test case has no assertions.", 2677358038],
549+
[191, 13, 24, "Minitest/NoAssertions: Test case has no assertions.", 715328665],
550+
[251, 13, 19, "Minitest/NoAssertions: Test case has no assertions.", 1252748990],
551+
[315, 13, 14, "Minitest/NoAssertions: Test case has no assertions.", 2021043939],
532552
[506, 13, 31, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 406405732],
533-
[509, 15, 7, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 764524831],
534-
[510, 15, 8, "ThreadSafety/InstanceVariableInClassMethod: Avoid instance variables in class methods.", 2800675911],
553+
[509, 15, 7, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 764524831],
554+
[510, 15, 8, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2800675911],
555+
[524, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 3921320280],
556+
[553, 13, 20, "Minitest/NoAssertions: Test case has no assertions.", 619205147],
557+
[575, 13, 13, "Minitest/NoAssertions: Test case has no assertions.", 1959781901],
535558
[701, 9, 427, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 2205583380],
559+
[774, 13, 52, "Minitest/NoAssertions: Test case has no assertions.", 3085485474],
536560
[806, 9, 1272, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1885911750],
537561
[858, 38, 9, "Lint/InheritException: Inherit from `RuntimeError` instead of `Exception`.", 3513723378]
538562
],
@@ -557,13 +581,49 @@
557581
[428, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID1_NS, \"mode\"))`.", 2112409605],
558582
[432, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1046249709],
559583
[436, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
584+
[443, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 3278361914],
585+
[447, 9, 15, "Minitest/NoAssertions: Test case has no assertions.", 4085003763],
586+
[451, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138018],
587+
[455, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138017],
588+
[459, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 1661138016],
589+
[504, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2317662917],
590+
[508, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 678627886],
591+
[512, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462774],
592+
[516, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462773],
593+
[520, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462772],
594+
[534, 9, 12, "Minitest/NoAssertions: Test case has no assertions.", 222497093],
595+
[538, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 1799776430],
596+
[542, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544310],
597+
[546, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544309],
598+
[550, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544308],
599+
[565, 9, 12, "Minitest/NoAssertions: Test case has no assertions.", 2614436618],
600+
[569, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 19577089],
601+
[573, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413753],
602+
[577, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413754],
603+
[581, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413755],
560604
[586, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid1)`.", 1385749217],
561605
[590, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid2)`.", 4103735369],
606+
[820, 9, 18, "Minitest/NoAssertions: Test case has no assertions.", 1910368321],
562607
[860, 7, 50, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID_NS, \"mode\"))`.", 259717620],
563608
[864, 7, 49, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(BARE_NS, \"mode\"))`.", 850337234],
564609
[868, 7, 52, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(OPENID1_NS, \"mode\"))`.", 3017449934],
565610
[872, 7, 51, "Minitest/AssertTruthy: Prefer using `assert(@m.has_key?(OPENID2_NS, \"mode\"))`.", 1717874022],
566611
[876, 7, 51, "Minitest/RefuteFalse: Prefer using `refute(@m.has_key?(\"urn:xxx\", \"mode\"))`.", 989447183],
612+
[945, 9, 23, "Minitest/NoAssertions: Test case has no assertions.", 71502915],
613+
[949, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 678627886],
614+
[953, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462774],
615+
[957, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462773],
616+
[961, 9, 20, "Minitest/NoAssertions: Test case has no assertions.", 801462772],
617+
[975, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 1231555267],
618+
[979, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 1799776430],
619+
[983, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544310],
620+
[987, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544309],
621+
[991, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 2657544308],
622+
[1035, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 18780908],
623+
[1039, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 19577089],
624+
[1043, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413753],
625+
[1047, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413754],
626+
[1051, 9, 16, "Minitest/NoAssertions: Test case has no assertions.", 4165413755],
567627
[1076, 7, 34, "Minitest/RefuteFalse: Prefer using `refute(@m.is_openid1)`.", 4103735530],
568628
[1080, 7, 33, "Minitest/AssertTruthy: Prefer using `assert(@m.is_openid2)`.", 1385749250],
569629
[1145, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
@@ -573,6 +633,9 @@
573633
[1192, 47, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
574634
[1193, 40, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
575635
[1208, 60, 1, "Style/LineEndConcatenation: Use `\\` instead of `+` or `<<` to concatenate those strings.", 177550],
636+
[1214, 9, 17, "Minitest/NoAssertions: Test case has no assertions.", 2689428241],
637+
[1230, 9, 19, "Minitest/NoAssertions: Test case has no assertions.", 228482919],
638+
[1251, 9, 21, "Minitest/NoAssertions: Test case has no assertions.", 4074838481],
576639
[1279, 7, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916],
577640
[1292, 9, 44, "Minitest/RefuteFalse: Prefer using `refute(nsm.member?(uripat % i))`.", 154326771],
578641
[1296, 25, 6, "Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.", 3498751916]
@@ -649,6 +712,8 @@
649712
[40, 11, 40, "Minitest/RefuteFalse: Prefer using `refute(OpenID.supports_sreg?(endpoint))`.", 1330659053],
650713
[162, 9, 219, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 794229251],
651714
[171, 9, 344, "Minitest/MultipleAssertions: Test case has too many assertions [4/3].", 1722648752],
715+
[217, 13, 31, "Minitest/NoAssertions: Test case has no assertions.", 1529817293],
716+
[222, 13, 39, "Minitest/NoAssertions: Test case has no assertions.", 2227452609],
652717
[329, 11, 35, "Minitest/RefuteFalse: Prefer using `refute(req.were_fields_requested?)`.", 1127897652],
653718
[339, 13, 23, "Minitest/RefuteFalse: Prefer using `refute(req.member?(f))`.", 1475778823],
654719
[341, 11, 38, "Minitest/RefuteFalse: Prefer using `refute(req.member?(\"something else\"))`.", 2405881526],

‎Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
1616
# make it difficult to build on GA CI with Ruby 2.7 and bundler v2.4.22.
1717
# See: https://github.com/rubygems/rubygems/issues/7178#issuecomment-2372558363
1818
gem "net-http", "~> 0.4", ">= 0.4.1"
19-
gem "uri", "~> 0.13", ">= 0.13.1"
19+
gem "uri", ">= 0.13.1"
2020
gem "logger", "~> 1.6", ">= 1.6.1"
2121
gem "rexml", "~> 3.3", ">= 3.3.7"
2222

23-
gem "commonmarker", "~> 1.1", ">= 1.1.5" # Ruby >= 3.1
24-
2523
# Specify your gem's dependencies in ruby-openid.gemspec
2624
gemspec
2725

‎Gemfile.lock

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ GEM
99
specs:
1010
ansi (1.5.0)
1111
ast (2.4.3)
12-
backports (3.25.0)
13-
byebug (12.0.0)
14-
commonmarker (1.1.5-arm64-darwin)
15-
commonmarker (1.1.5-x86_64-linux)
16-
diff-lcs (1.5.1)
17-
diffy (3.4.2)
12+
backports (3.25.1)
13+
byebug (11.1.3)
14+
diff-lcs (1.6.2)
15+
diffy (3.4.4)
1816
docile (1.4.1)
1917
json (2.12.2)
2018
kettle-soup-cover (1.0.9)
@@ -32,7 +30,7 @@ GEM
3230
minitest (5.25.5)
3331
net-http (0.6.0)
3432
uri
35-
ostruct (0.6.0)
33+
ostruct (0.6.2)
3634
parallel (1.27.0)
3735
parser (3.3.8.0)
3836
ast (~> 2.4.1)
@@ -44,18 +42,18 @@ GEM
4442
regexp_parser (2.10.0)
4543
rexml (3.4.1)
4644
rspec-block_is_expected (1.0.6)
47-
rubocop (1.75.8)
45+
rubocop (1.64.1)
4846
json (~> 2.3)
49-
language_server-protocol (~> 3.17.0.2)
50-
lint_roller (~> 1.1.0)
47+
language_server-protocol (>= 3.17.0)
5148
parallel (~> 1.10)
5249
parser (>= 3.3.0.2)
5350
rainbow (>= 2.2.2, < 4.0)
54-
regexp_parser (>= 2.9.3, < 3.0)
55-
rubocop-ast (>= 1.44.0, < 2.0)
51+
regexp_parser (>= 1.8, < 3.0)
52+
rexml (>= 3.2.5, < 4.0)
53+
rubocop-ast (>= 1.31.1, < 2.0)
5654
ruby-progressbar (~> 1.7)
57-
unicode-display_width (>= 2.4.0, < 4.0)
58-
rubocop-ast (1.44.1)
55+
unicode-display_width (>= 2.4.0, < 3.0)
56+
rubocop-ast (1.45.1)
5957
parser (>= 3.3.7.2)
6058
prism (~> 1.4)
6159
rubocop-gradual (0.3.6)
@@ -68,19 +66,17 @@ GEM
6866
rubocop-ruby2_7 (>= 2.0.4, < 3)
6967
standard-rubocop-lts (>= 1.0.3, < 3)
7068
version_gem (>= 1.1.2, < 3)
71-
rubocop-md (1.2.3)
69+
rubocop-md (1.2.4)
7270
rubocop (>= 1.45)
73-
rubocop-minitest (0.38.1)
74-
lint_roller (~> 1.1)
75-
rubocop (>= 1.75.0, < 2.0)
76-
rubocop-ast (>= 1.38.0, < 2.0)
77-
rubocop-packaging (0.6.0)
78-
lint_roller (~> 1.1.0)
79-
rubocop (>= 1.72.1, < 2.0)
80-
rubocop-performance (1.25.0)
71+
rubocop-minitest (0.37.0)
8172
lint_roller (~> 1.1)
82-
rubocop (>= 1.75.0, < 2.0)
73+
rubocop (>= 1.61, < 2.0)
8374
rubocop-ast (>= 1.38.0, < 2.0)
75+
rubocop-packaging (0.5.2)
76+
rubocop (>= 1.33, < 2.0)
77+
rubocop-performance (1.21.1)
78+
rubocop (>= 1.48.1, < 2.0)
79+
rubocop-ast (>= 1.31.1, < 2.0)
8480
rubocop-rake (0.6.0)
8581
rubocop (~> 1.0)
8682
rubocop-ruby2_7 (2.0.6)
@@ -93,8 +89,8 @@ GEM
9389
version_gem (>= 1.1.3, < 3)
9490
rubocop-shopify (2.15.1)
9591
rubocop (~> 1.51)
96-
rubocop-thread_safety (0.5.1)
97-
rubocop (>= 0.90.0)
92+
rubocop-thread_safety (0.6.0)
93+
rubocop (>= 1.48.1)
9894
ruby-progressbar (1.13.0)
9995
simplecov (0.22.0)
10096
docile (~> 1.1)
@@ -112,18 +108,18 @@ GEM
112108
simplecov-rcov (0.3.7)
113109
simplecov (>= 0.4.1)
114110
simplecov_json_formatter (0.1.4)
115-
standard (1.50.0)
111+
standard (1.37.0)
116112
language_server-protocol (~> 3.17.0.2)
117113
lint_roller (~> 1.0)
118-
rubocop (~> 1.75.5)
114+
rubocop (~> 1.64.0)
119115
standard-custom (~> 1.0.0)
120-
standard-performance (~> 1.8)
116+
standard-performance (~> 1.4)
121117
standard-custom (1.0.2)
122118
lint_roller (~> 1.0)
123119
rubocop (~> 1.50)
124-
standard-performance (1.8.0)
120+
standard-performance (1.4.0)
125121
lint_roller (~> 1.1)
126-
rubocop-performance (~> 1.25.0)
122+
rubocop-performance (~> 1.21.0)
127123
standard-rubocop-lts (1.0.10)
128124
rspec-block_is_expected (~> 1.0, >= 1.0.5)
129125
standard (>= 1.35.1, < 2)
@@ -132,10 +128,8 @@ GEM
132128
version_gem (>= 1.1.4, < 3)
133129
terminal-table (4.0.0)
134130
unicode-display_width (>= 1.1.1, < 4)
135-
unicode-display_width (3.1.4)
136-
unicode-emoji (~> 4.0, >= 4.0.4)
137-
unicode-emoji (4.0.4)
138-
uri (0.13.2)
131+
unicode-display_width (2.6.0)
132+
uri (1.0.3)
139133
version_gem (1.1.8)
140134
webrick (1.9.1)
141135
yard (0.9.37)
@@ -148,10 +142,10 @@ GEM
148142
PLATFORMS
149143
arm64-darwin-22
150144
arm64-darwin-23
145+
x86_64-linux
151146

152147
DEPENDENCIES
153148
byebug (>= 11)
154-
commonmarker (~> 1.1, >= 1.1.5)
155149
kettle-soup-cover (~> 1.0, >= 1.0.2)
156150
logger (~> 1.6, >= 1.6.1)
157151
minitest (>= 5, < 6)
@@ -163,10 +157,10 @@ DEPENDENCIES
163157
rubocop-packaging (~> 0.5, >= 0.5.2)
164158
ruby-openid2!
165159
standard (~> 1.37)
166-
uri (~> 0.13, >= 0.13.1)
160+
uri (>= 0.13.1)
167161
webrick (~> 1.8)
168162
yard (~> 0.9, >= 0.9.37)
169163
yard-junk (~> 0.0, >= 0.0.10)
170164

171165
BUNDLED WITH
172-
2.5.20
166+
2.4.22

‎Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ begin
3535

3636
YARD::Rake::YardocTask.new do |t|
3737
t.files = ["lib/**/*.rb"]
38-
t.options = ["--debug", "--markup", "markdown", "--markup-provider", "commonmarker"]
3938
t.stats_options = ["--list-undoc"] if ENV.fetch("VERBOSE", "false").casecmp?("true")
4039
end
4140
rescue LoadError

0 commit comments

Comments
 (0)