mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
35284c77f1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p> <blockquote> <h2>RuboCop 1.67</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13259">#13259</a>: Add new <code>Lint/DuplicateSetElement</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13223">#13223</a>: Add <code>AllowRBSInlineAnnotation</code> config option to <code>Layout/LeadingCommentSpace</code> to support RBS::Inline style annotation comments. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13310">#13310</a>: Display analysis Ruby version in <code>rubocop -V</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13314">#13314</a>: Fix a false negative for <code>Style/Semicolon</code> when using a semicolon between a closing parenthesis after a line break and a consequent expression. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13217">#13217</a>: Fix a false positive in <code>Lint/ParenthesesAsGroupedExpression</code> with compound ranges. ([<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13268">#13268</a>: Fix a false positive for <code>Style/BlockDelimiters</code> when a single line do-end block with an inline <code>rescue</code> with a semicolon before <code>rescue</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13298">#13298</a>: Fix an error for <code>Layout/AccessModifierIndentation</code> when the access modifier is on the same line as the class definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13198">#13198</a>: Fix an error for <code>Style/OneLineConditional</code> when using nested if/then/else/end. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13316">#13316</a>: Fix an incorrect autocorrect for <code>Lint/ImplicitStringConcatenation</code> with <code>Lint/TripleQuotes</code> when string literals with triple quotes are used. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13220">#13220</a>: Fix an incorrect autocorrect for <code>Style/ArgumentsForwarding</code> when using only forwarded arguments in brackets. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13202">#13202</a>: Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when looping over the same data with different block variable names. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13291">#13291</a>: Fix an incorrect autocorrect for <code>Style/RescueModifier</code> when using modifier rescue for method call with heredoc argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13226">#13226</a>: Fix <code>--auto-gen-config</code> when passing an absolute config path. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13225">#13225</a>: Avoid syntax error when correcting <code>Style/OperatorMethodCall</code> with <code>/</code> operations followed by a parenthesized argument. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13235">#13235</a>: Fix an error for <code>Style/IfUnlessModifier</code> when multiline <code>if</code> that fits on one line and using implicit method call with hash value omission syntax. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13219">#13219</a>: Fix a false positive for <code>Style/ArgumentsForwarding</code> with Ruby 3.0 and optional position arguments. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13271">#13271</a>: Fix a false positive for <code>Lint/AmbiguousRange</code> when using rational literals. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13260">#13260</a>: Fix a false positive for <code>Lint/RedundantSafeNavigation</code> with namespaced constants. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13224">#13224</a>: Fix false positives for <code>Style/OperatorMethodCall</code> with named forwarding. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13213">#13213</a>: Fix false positives for <code>Style/AccessModifierDeclarations</code> when <code>AllowModifiersOnAttrs: true</code> and using splat with a percent symbol array, or with a constant. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13145">#13145</a>: Fix false positives for <code>Style/RedundantLineContinuation</code> when line continuations with comparison operator and the LHS is wrapped in parentheses. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12875">#12875</a>: Fix false positive for <code>Style/ArgumentsForwarding</code> when argument is used inside a block. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13239">#13239</a>: Fix false positive for <code>Style/CollectionCompact</code> when using <code>delete_if</code>. ([<a href="https://github.com/masato-bkn"><code>@masato-bkn</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13210">#13210</a>: Fix omit_parentheses style for pattern match with value omission in single-line branch. ([<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13149">#13149</a>: Handle crashes in custom Ruby extractors more gracefully. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13319">#13319</a>: Handle literal forward slashes inside a <code>regexp</code> in <code>Lint/LiteralInInterpolation</code>. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13208">#13208</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when single-line <code>if/;/end</code> when the then body contains a method call with <code>[]</code> or <code>[]=</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13318">#13318</a>: Prevent modifying blocks with <code>Style/HashEachMethods</code> if the hash is modified within the block. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13293">#13293</a>: Fix <code>TargetRubyVersion</code> from a gemspec when the gemspec is not named like the folder it is located in. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13211">#13211</a>: Fix wrong autocorrect for <code>Style/GuardClause</code> when using heredoc without <code>else</code> branch. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>: Fix wrong autocorrect for <code>Lint/BigDecimalNew</code> when using <code>::BigDecimal.new</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>: Fix wrong autocorrect for <code>Style/MethodCallWithArgsParentheses</code> with <code>EnforcedStyle: omit_parentheses</code> and whitespace. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13302">#13302</a>: Fix incompatible autocorrect between <code>Style/RedundantBegin</code> and <code>Style/BlockDelimiters</code> with <code>EnforcedStyle: braces_for_chaining</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13221">#13221</a>: Do not group accessors having RBS::Inline annotation comments in <code>Style/AccessorGrouping</code>. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>: Add <code>AllowedMethods</code> configuration to <code>Layout/FirstMethodArgumentLineBreak</code>. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13110">#13110</a>: Add support in <code>Style/ArgumentsForwarding</code> for detecting forwarding of all anonymous arguments. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13222">#13222</a>: Allow to write RBS::Inline annotation comments after method definition in <code>Style/CommentedKeyword</code>. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13253">#13253</a>: Emit a deprecation when custom cops inherit from <code>RuboCop::Cop::Cop</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13300">#13300</a>: Set <code>EnforcedShorthandSyntax: either</code> by default for <code>Style/HashSyntax</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13254">#13254</a>: Enhance the autocorrect for <code>Naming/InclusiveLanguage</code> when a sole suggestion is set. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13232">#13232</a>: Make server mode aware of auto-restart for local config update. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p> <blockquote> <h2>1.67.0 (2024-10-15)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13259">#13259</a>: Add new <code>Lint/DuplicateSetElement</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13223">#13223</a>: Add <code>AllowRBSInlineAnnotation</code> config option to <code>Layout/LeadingCommentSpace</code> to support RBS::Inline style annotation comments. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13310">#13310</a>: Display analysis Ruby version in <code>rubocop -V</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13314">#13314</a>: Fix a false negative for <code>Style/Semicolon</code> when using a semicolon between a closing parenthesis after a line break and a consequent expression. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13217">#13217</a>: Fix a false positive in <code>Lint/ParenthesesAsGroupedExpression</code> with compound ranges. ([<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13268">#13268</a>: Fix a false positive for <code>Style/BlockDelimiters</code> when a single line do-end block with an inline <code>rescue</code> with a semicolon before <code>rescue</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13298">#13298</a>: Fix an error for <code>Layout/AccessModifierIndentation</code> when the access modifier is on the same line as the class definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13198">#13198</a>: Fix an error for <code>Style/OneLineConditional</code> when using nested if/then/else/end. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13316">#13316</a>: Fix an incorrect autocorrect for <code>Lint/ImplicitStringConcatenation</code> with <code>Lint/TripleQuotes</code> when string literals with triple quotes are used. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13220">#13220</a>: Fix an incorrect autocorrect for <code>Style/ArgumentsForwarding</code> when using only forwarded arguments in brackets. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13202">#13202</a>: Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when looping over the same data with different block variable names. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13291">#13291</a>: Fix an incorrect autocorrect for <code>Style/RescueModifier</code> when using modifier rescue for method call with heredoc argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13226">#13226</a>: Fix <code>--auto-gen-config</code> when passing an absolute config path. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13225">#13225</a>: Avoid syntax error when correcting <code>Style/OperatorMethodCall</code> with <code>/</code> operations followed by a parenthesized argument. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13235">#13235</a>: Fix an error for <code>Style/IfUnlessModifier</code> when multiline <code>if</code> that fits on one line and using implicit method call with hash value omission syntax. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13219">#13219</a>: Fix a false positive for <code>Style/ArgumentsForwarding</code> with Ruby 3.0 and optional position arguments. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13271">#13271</a>: Fix a false positive for <code>Lint/AmbiguousRange</code> when using rational literals. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13260">#13260</a>: Fix a false positive for <code>Lint/RedundantSafeNavigation</code> with namespaced constants. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13224">#13224</a>: Fix false positives for <code>Style/OperatorMethodCall</code> with named forwarding. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13213">#13213</a>: Fix false positives for <code>Style/AccessModifierDeclarations</code> when <code>AllowModifiersOnAttrs: true</code> and using splat with a percent symbol array, or with a constant. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13145">#13145</a>: Fix false positives for <code>Style/RedundantLineContinuation</code> when line continuations with comparison operator and the LHS is wrapped in parentheses. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12875">#12875</a>: Fix false positive for <code>Style/ArgumentsForwarding</code> when argument is used inside a block. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13239">#13239</a>: Fix false positive for <code>Style/CollectionCompact</code> when using <code>delete_if</code>. ([<a href="https://github.com/masato-bkn"><code>@masato-bkn</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13210">#13210</a>: Fix omit_parentheses style for pattern match with value omission in single-line branch. ([<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13149">#13149</a>: Handle crashes in custom Ruby extractors more gracefully. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13319">#13319</a>: Handle literal forward slashes inside a <code>regexp</code> in <code>Lint/LiteralInInterpolation</code>. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13208">#13208</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when single-line <code>if/;/end</code> when the then body contains a method call with <code>[]</code> or <code>[]=</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13318">#13318</a>: Prevent modifying blocks with <code>Style/HashEachMethods</code> if the hash is modified within the block. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13293">#13293</a>: Fix <code>TargetRubyVersion</code> from a gemspec when the gemspec is not named like the folder it is located in. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13211">#13211</a>: Fix wrong autocorrect for <code>Style/GuardClause</code> when using heredoc without <code>else</code> branch. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>: Fix wrong autocorrect for <code>Lint/BigDecimalNew</code> when using <code>::BigDecimal.new</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>: Fix wrong autocorrect for <code>Style/MethodCallWithArgsParentheses</code> with <code>EnforcedStyle: omit_parentheses</code> and whitespace. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13302">#13302</a>: Fix incompatible autocorrect between <code>Style/RedundantBegin</code> and <code>Style/BlockDelimiters</code> with <code>EnforcedStyle: braces_for_chaining</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13221">#13221</a>: Do not group accessors having RBS::Inline annotation comments in <code>Style/AccessorGrouping</code>. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>: Add <code>AllowedMethods</code> configuration to <code>Layout/FirstMethodArgumentLineBreak</code>. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13110">#13110</a>: Add support in <code>Style/ArgumentsForwarding</code> for detecting forwarding of all anonymous arguments. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13222">#13222</a>: Allow to write RBS::Inline annotation comments after method definition in <code>Style/CommentedKeyword</code>. ([<a href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13253">#13253</a>: Emit a deprecation when custom cops inherit from <code>RuboCop::Cop::Cop</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13300">#13300</a>: Set <code>EnforcedShorthandSyntax: either</code> by default for <code>Style/HashSyntax</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13254">#13254</a>: Enhance the autocorrect for <code>Naming/InclusiveLanguage</code> when a sole suggestion is set. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="c108ac0822
"><code>c108ac0</code></a> Cut 1.67</li> <li><a href="74ddd9bb96
"><code>74ddd9b</code></a> Update Changelog</li> <li><a href="b5c12aea89
"><code>b5c12ae</code></a> Update Changelog</li> <li><a href="c936160665
"><code>c936160</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13331">#13331</a>] Fix an error when using release task</li> <li><a href="60ecb00dd7
"><code>60ecb00</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13328">#13328</a>] Declare <code>Enabled</code> as a common config key</li> <li><a href="99022d9880
"><code>99022d9</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13327">#13327</a> from koic/make_server_mode_aware_of_auto_restart_fo...</li> <li><a href="60432f5e44
"><code>60432f5</code></a> Apply <code>RESTRICT_ON_SEND</code> to <code>Bundler/GemVersion</code></li> <li><a href="6b31c39f1e
"><code>6b31c39</code></a> Make server mode aware of auto-restart for .rubocop_todo.yml update</li> <li><a href="adb7ceed43
"><code>adb7cee</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/9816">#9816</a>] Refine <code>Lint/SafeNavigationConsistency</code></li> <li><a href="7d6797cf9d
"><code>7d6797c</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>] Add <code>AllowedMethods</code> and <code>AllowedPatterns</code> configuration to `Lay...</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.66.1...v1.67.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.66.1&new-version=1.67.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
745 lines
17 KiB
Plaintext
745 lines
17 KiB
Plaintext
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
actionmailer (7.1.4.1)
|
|
actionpack (= 7.1.4.1)
|
|
actionview (= 7.1.4.1)
|
|
activejob (= 7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
mail (~> 2.5, >= 2.5.4)
|
|
net-imap
|
|
net-pop
|
|
net-smtp
|
|
rails-dom-testing (~> 2.2)
|
|
actionpack (7.1.4.1)
|
|
actionview (= 7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
nokogiri (>= 1.8.5)
|
|
racc
|
|
rack (>= 2.2.4)
|
|
rack-session (>= 1.0.1)
|
|
rack-test (>= 0.6.3)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
actionview (7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
builder (~> 3.1)
|
|
erubi (~> 1.11)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
actionview_precompiler (0.4.0)
|
|
actionview (>= 6.0.a)
|
|
active_model_serializers (0.8.4)
|
|
activemodel (>= 3.0)
|
|
activejob (7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
globalid (>= 0.3.6)
|
|
activemodel (7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
activerecord (7.1.4.1)
|
|
activemodel (= 7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
timeout (>= 0.4.0)
|
|
activesupport (7.1.4.1)
|
|
base64
|
|
bigdecimal
|
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
connection_pool (>= 2.2.5)
|
|
drb
|
|
i18n (>= 1.6, < 2)
|
|
minitest (>= 5.1)
|
|
mutex_m
|
|
tzinfo (~> 2.0)
|
|
addressable (2.8.7)
|
|
public_suffix (>= 2.0.2, < 7.0)
|
|
annotate (3.2.0)
|
|
activerecord (>= 3.2, < 8.0)
|
|
rake (>= 10.4, < 14.0)
|
|
ast (2.4.2)
|
|
aws-eventstream (1.3.0)
|
|
aws-partitions (1.894.0)
|
|
aws-sdk-core (3.191.3)
|
|
aws-eventstream (~> 1, >= 1.3.0)
|
|
aws-partitions (~> 1, >= 1.651.0)
|
|
aws-sigv4 (~> 1.8)
|
|
jmespath (~> 1, >= 1.6.1)
|
|
aws-sdk-kms (1.77.0)
|
|
aws-sdk-core (~> 3, >= 3.191.0)
|
|
aws-sigv4 (~> 1.1)
|
|
aws-sdk-s3 (1.143.0)
|
|
aws-sdk-core (~> 3, >= 3.191.0)
|
|
aws-sdk-kms (~> 1)
|
|
aws-sigv4 (~> 1.8)
|
|
aws-sdk-sns (1.72.0)
|
|
aws-sdk-core (~> 3, >= 3.191.0)
|
|
aws-sigv4 (~> 1.1)
|
|
aws-sigv4 (1.8.0)
|
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
base64 (0.2.0)
|
|
better_errors (2.10.1)
|
|
erubi (>= 1.0.0)
|
|
rack (>= 0.9.0)
|
|
rouge (>= 1.0.0)
|
|
bigdecimal (3.1.8)
|
|
binding_of_caller (1.0.1)
|
|
debug_inspector (>= 1.2.0)
|
|
bootsnap (1.18.4)
|
|
msgpack (~> 1.2)
|
|
builder (3.3.0)
|
|
bullet (7.2.0)
|
|
activesupport (>= 3.0.0)
|
|
uniform_notifier (~> 1.11)
|
|
byebug (11.1.3)
|
|
capybara (3.40.0)
|
|
addressable
|
|
matrix
|
|
mini_mime (>= 0.1.3)
|
|
nokogiri (~> 1.11)
|
|
rack (>= 1.6.0)
|
|
rack-test (>= 0.6.3)
|
|
regexp_parser (>= 1.5, < 3.0)
|
|
xpath (~> 3.2)
|
|
cbor (0.5.9.8)
|
|
certified (1.0.0)
|
|
cgi (0.4.1)
|
|
chunky_png (1.4.0)
|
|
coderay (1.1.3)
|
|
colored2 (4.0.0)
|
|
concurrent-ruby (1.3.4)
|
|
connection_pool (2.4.1)
|
|
cose (1.3.1)
|
|
cbor (~> 0.5.9)
|
|
openssl-signature_algorithm (~> 1.0)
|
|
cppjieba_rb (0.4.2)
|
|
crack (1.0.0)
|
|
bigdecimal
|
|
rexml
|
|
crass (1.0.6)
|
|
css_parser (1.19.1)
|
|
addressable
|
|
csv (3.3.0)
|
|
date (3.3.4)
|
|
debug_inspector (1.2.0)
|
|
diff-lcs (1.5.1)
|
|
diffy (3.4.2)
|
|
digest (3.1.1)
|
|
discourse-fonts (0.0.9)
|
|
discourse-seed-fu (2.3.12)
|
|
activerecord (>= 3.1)
|
|
activesupport (>= 3.1)
|
|
discourse_dev_assets (0.0.4)
|
|
faker (~> 2.16)
|
|
literate_randomizer
|
|
docile (1.4.1)
|
|
drb (2.2.1)
|
|
dry-initializer (3.1.1)
|
|
email_reply_trimmer (0.1.13)
|
|
erubi (1.13.0)
|
|
excon (0.112.0)
|
|
execjs (2.9.1)
|
|
exifr (1.4.0)
|
|
extralite-bundle (2.8.2)
|
|
fabrication (2.31.0)
|
|
faker (2.23.0)
|
|
i18n (>= 1.8.11, < 2)
|
|
fakeweb (1.3.0)
|
|
faraday (2.12.0)
|
|
faraday-net_http (>= 2.0, < 3.4)
|
|
json
|
|
logger
|
|
faraday-net_http (3.3.0)
|
|
net-http
|
|
faraday-retry (2.2.1)
|
|
faraday (~> 2.0)
|
|
fast_blank (1.0.1)
|
|
fastimage (2.3.1)
|
|
ffi (1.17.0-aarch64-linux-gnu)
|
|
ffi (1.17.0-arm64-darwin)
|
|
ffi (1.17.0-x86_64-darwin)
|
|
ffi (1.17.0-x86_64-linux-gnu)
|
|
fspath (3.1.2)
|
|
globalid (1.2.1)
|
|
activesupport (>= 6.1)
|
|
google-protobuf (4.28.2-aarch64-linux)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
google-protobuf (4.28.2-arm64-darwin)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
google-protobuf (4.28.2-x86_64-darwin)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
google-protobuf (4.28.2-x86_64-linux)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
guess_html_encoding (0.0.11)
|
|
hana (1.3.7)
|
|
hashdiff (1.1.1)
|
|
hashie (5.0.0)
|
|
highline (3.1.1)
|
|
reline
|
|
htmlentities (4.3.4)
|
|
http_accept_language (2.1.1)
|
|
i18n (1.14.6)
|
|
concurrent-ruby (~> 1.0)
|
|
image_optim (0.31.3)
|
|
exifr (~> 1.2, >= 1.2.2)
|
|
fspath (~> 3.0)
|
|
image_size (>= 1.5, < 4)
|
|
in_threads (~> 1.3)
|
|
progress (~> 3.0, >= 3.0.1)
|
|
image_size (3.4.0)
|
|
in_threads (1.6.0)
|
|
io-console (0.7.2)
|
|
irb (1.14.1)
|
|
rdoc (>= 4.0.0)
|
|
reline (>= 0.4.2)
|
|
iso8601 (0.13.0)
|
|
jmespath (1.6.2)
|
|
json (2.7.2)
|
|
json-schema (5.0.1)
|
|
addressable (~> 2.8)
|
|
json_schemer (2.3.0)
|
|
bigdecimal
|
|
hana (~> 1.3)
|
|
regexp_parser (~> 2.0)
|
|
simpleidn (~> 0.2)
|
|
jwt (2.9.3)
|
|
base64
|
|
kgio (2.11.4)
|
|
language_server-protocol (3.17.0.3)
|
|
libv8-node (18.19.0.0-aarch64-linux)
|
|
libv8-node (18.19.0.0-arm64-darwin)
|
|
libv8-node (18.19.0.0-x86_64-darwin)
|
|
libv8-node (18.19.0.0-x86_64-linux)
|
|
listen (3.9.0)
|
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
literate_randomizer (0.4.0)
|
|
logger (1.6.1)
|
|
lograge (0.14.0)
|
|
actionpack (>= 4)
|
|
activesupport (>= 4)
|
|
railties (>= 4)
|
|
request_store (~> 1.0)
|
|
logstash-event (1.2.02)
|
|
logster (2.20.0)
|
|
loofah (2.22.0)
|
|
crass (~> 1.0.2)
|
|
nokogiri (>= 1.12.0)
|
|
lru_redux (1.1.0)
|
|
lz4-ruby (0.3.3)
|
|
mail (2.8.1)
|
|
mini_mime (>= 0.1.1)
|
|
net-imap
|
|
net-pop
|
|
net-smtp
|
|
matrix (0.4.2)
|
|
maxminddb (0.1.22)
|
|
memory_profiler (1.1.0)
|
|
message_bus (4.3.8)
|
|
rack (>= 1.1.3)
|
|
messageformat-wrapper (1.1.0)
|
|
mini_racer (>= 0.6.3)
|
|
method_source (1.1.0)
|
|
mini_mime (1.1.5)
|
|
mini_racer (0.14.1)
|
|
libv8-node (~> 18.19.0.0)
|
|
mini_scheduler (0.17.0)
|
|
sidekiq (>= 4.2.3, < 7.0)
|
|
mini_sql (1.6.0)
|
|
mini_suffix (0.3.3)
|
|
ffi (~> 1.9)
|
|
minio_runner (0.1.2)
|
|
minitest (5.25.1)
|
|
mocha (2.4.5)
|
|
ruby2_keywords (>= 0.0.5)
|
|
msgpack (1.7.3)
|
|
multi_json (1.15.0)
|
|
multi_xml (0.7.1)
|
|
bigdecimal (~> 3.1)
|
|
mustache (1.1.1)
|
|
mutex_m (0.2.0)
|
|
net-http (0.4.1)
|
|
uri
|
|
net-imap (0.4.17)
|
|
date
|
|
net-protocol
|
|
net-pop (0.1.2)
|
|
net-protocol
|
|
net-protocol (0.2.2)
|
|
timeout
|
|
net-smtp (0.5.0)
|
|
net-protocol
|
|
nio4r (2.7.3)
|
|
nokogiri (1.16.7-aarch64-linux)
|
|
racc (~> 1.4)
|
|
nokogiri (1.16.7-arm64-darwin)
|
|
racc (~> 1.4)
|
|
nokogiri (1.16.7-x86_64-darwin)
|
|
racc (~> 1.4)
|
|
nokogiri (1.16.7-x86_64-linux)
|
|
racc (~> 1.4)
|
|
oauth (1.1.0)
|
|
oauth-tty (~> 1.0, >= 1.0.1)
|
|
snaky_hash (~> 2.0)
|
|
version_gem (~> 1.1)
|
|
oauth-tty (1.0.5)
|
|
version_gem (~> 1.1, >= 1.1.1)
|
|
oauth2 (1.4.11)
|
|
faraday (>= 0.17.3, < 3.0)
|
|
jwt (>= 1.0, < 3.0)
|
|
multi_json (~> 1.3)
|
|
multi_xml (~> 0.5)
|
|
rack (>= 1.2, < 4)
|
|
oj (3.16.6)
|
|
bigdecimal (>= 3.0)
|
|
ostruct (>= 0.2)
|
|
omniauth (1.9.2)
|
|
hashie (>= 3.4.6)
|
|
rack (>= 1.6.2, < 3)
|
|
omniauth-facebook (9.0.0)
|
|
omniauth-oauth2 (~> 1.2)
|
|
omniauth-github (1.4.0)
|
|
omniauth (~> 1.5)
|
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
|
omniauth-google-oauth2 (0.8.2)
|
|
jwt (>= 2.0)
|
|
oauth2 (~> 1.1)
|
|
omniauth (~> 1.1)
|
|
omniauth-oauth2 (>= 1.6)
|
|
omniauth-oauth (1.2.1)
|
|
oauth
|
|
omniauth (>= 1.0, < 3)
|
|
rack (>= 1.6.2, < 4)
|
|
omniauth-oauth2 (1.7.3)
|
|
oauth2 (>= 1.4, < 3)
|
|
omniauth (>= 1.9, < 3)
|
|
omniauth-twitter (1.4.0)
|
|
omniauth-oauth (~> 1.1)
|
|
rack
|
|
openssl (3.2.0)
|
|
openssl-signature_algorithm (1.3.0)
|
|
openssl (> 2.0)
|
|
optimist (3.1.0)
|
|
ostruct (0.6.0)
|
|
parallel (1.26.3)
|
|
parallel_tests (4.7.2)
|
|
parallel
|
|
parser (3.3.5.0)
|
|
ast (~> 2.4.1)
|
|
racc
|
|
pg (1.5.4)
|
|
prettier_print (1.2.1)
|
|
progress (3.6.0)
|
|
pry (0.14.2)
|
|
coderay (~> 1.1)
|
|
method_source (~> 1.0)
|
|
pry-byebug (3.10.1)
|
|
byebug (~> 11.0)
|
|
pry (>= 0.13, < 0.15)
|
|
pry-rails (0.3.11)
|
|
pry (>= 0.13.0)
|
|
pry-stack_explorer (0.6.1)
|
|
binding_of_caller (~> 1.0)
|
|
pry (~> 0.13)
|
|
psych (5.1.2)
|
|
stringio
|
|
public_suffix (6.0.1)
|
|
puma (6.4.3)
|
|
nio4r (~> 2.0)
|
|
racc (1.8.1)
|
|
rack (2.2.10)
|
|
rack-mini-profiler (3.3.1)
|
|
rack (>= 1.2.0)
|
|
rack-protection (3.2.0)
|
|
base64 (>= 0.1.0)
|
|
rack (~> 2.2, >= 2.2.4)
|
|
rack-session (1.0.2)
|
|
rack (< 3)
|
|
rack-test (2.1.0)
|
|
rack (>= 1.3)
|
|
rackup (1.0.0)
|
|
rack (< 3)
|
|
webrick
|
|
rails-dom-testing (2.2.0)
|
|
activesupport (>= 5.0.0)
|
|
minitest
|
|
nokogiri (>= 1.6)
|
|
rails-html-sanitizer (1.6.0)
|
|
loofah (~> 2.21)
|
|
nokogiri (~> 1.14)
|
|
rails_failover (2.1.1)
|
|
activerecord (>= 6.1, < 8.0)
|
|
concurrent-ruby
|
|
railties (>= 6.1, < 8.0)
|
|
rails_multisite (6.1.0)
|
|
activerecord (>= 6.0)
|
|
railties (>= 6.0)
|
|
railties (7.1.4.1)
|
|
actionpack (= 7.1.4.1)
|
|
activesupport (= 7.1.4.1)
|
|
irb
|
|
rackup (>= 1.0.0)
|
|
rake (>= 12.2)
|
|
thor (~> 1.0, >= 1.2.2)
|
|
zeitwerk (~> 2.6)
|
|
rainbow (3.1.1)
|
|
raindrops (0.20.1)
|
|
rake (13.2.1)
|
|
rb-fsevent (0.11.2)
|
|
rb-inotify (0.11.1)
|
|
ffi (~> 1.0)
|
|
rbtrace (0.5.1)
|
|
ffi (>= 1.0.6)
|
|
msgpack (>= 0.4.3)
|
|
optimist (>= 3.0.0)
|
|
rchardet (1.8.0)
|
|
rdoc (6.7.0)
|
|
psych (>= 4.0.0)
|
|
redcarpet (3.6.0)
|
|
redis (4.8.1)
|
|
redis-namespace (1.11.0)
|
|
redis (>= 4)
|
|
regexp_parser (2.9.2)
|
|
reline (0.5.10)
|
|
io-console (~> 0.5)
|
|
request_store (1.7.0)
|
|
rack (>= 1.4)
|
|
rexml (3.3.8)
|
|
rinku (2.0.6)
|
|
rotp (6.3.0)
|
|
rouge (4.4.0)
|
|
rqrcode (2.2.0)
|
|
chunky_png (~> 1.0)
|
|
rqrcode_core (~> 1.0)
|
|
rqrcode_core (1.2.0)
|
|
rrule (0.6.0)
|
|
activesupport (>= 2.3)
|
|
rspec (3.13.0)
|
|
rspec-core (~> 3.13.0)
|
|
rspec-expectations (~> 3.13.0)
|
|
rspec-mocks (~> 3.13.0)
|
|
rspec-core (3.13.1)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-expectations (3.13.3)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-html-matchers (0.10.0)
|
|
nokogiri (~> 1)
|
|
rspec (>= 3.0.0.a)
|
|
rspec-mocks (3.13.2)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-multi-mock (0.3.1)
|
|
rspec (>= 3.7.0)
|
|
rspec-rails (7.0.1)
|
|
actionpack (>= 7.0)
|
|
activesupport (>= 7.0)
|
|
railties (>= 7.0)
|
|
rspec-core (~> 3.13)
|
|
rspec-expectations (~> 3.13)
|
|
rspec-mocks (~> 3.13)
|
|
rspec-support (~> 3.13)
|
|
rspec-support (3.13.1)
|
|
rss (0.3.1)
|
|
rexml
|
|
rswag-specs (2.15.0)
|
|
activesupport (>= 5.2, < 8.0)
|
|
json-schema (>= 2.2, < 6.0)
|
|
railties (>= 5.2, < 8.0)
|
|
rspec-core (>= 2.14)
|
|
rtlcss (0.2.1)
|
|
mini_racer (>= 0.6.3)
|
|
rubocop (1.67.0)
|
|
json (~> 2.3)
|
|
language_server-protocol (>= 3.17.0)
|
|
parallel (~> 1.10)
|
|
parser (>= 3.3.0.2)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 2.4, < 3.0)
|
|
rubocop-ast (>= 1.32.2, < 2.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
rubocop-ast (1.32.3)
|
|
parser (>= 3.3.1.0)
|
|
rubocop-capybara (2.21.0)
|
|
rubocop (~> 1.41)
|
|
rubocop-discourse (3.8.1)
|
|
activesupport (>= 6.1)
|
|
rubocop (>= 1.59.0)
|
|
rubocop-capybara (>= 2.0.0)
|
|
rubocop-factory_bot (>= 2.0.0)
|
|
rubocop-rails (>= 2.25.0)
|
|
rubocop-rspec (>= 3.0.1)
|
|
rubocop-rspec_rails (>= 2.30.0)
|
|
rubocop-factory_bot (2.26.1)
|
|
rubocop (~> 1.61)
|
|
rubocop-rails (2.26.2)
|
|
activesupport (>= 4.2.0)
|
|
rack (>= 1.1)
|
|
rubocop (>= 1.52.0, < 2.0)
|
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
rubocop-rspec (3.1.0)
|
|
rubocop (~> 1.61)
|
|
rubocop-rspec_rails (2.30.0)
|
|
rubocop (~> 1.61)
|
|
rubocop-rspec (~> 3, >= 3.0.1)
|
|
ruby-prof (1.7.0)
|
|
ruby-progressbar (1.13.0)
|
|
ruby-readability (0.7.2)
|
|
guess_html_encoding (>= 0.0.4)
|
|
nokogiri (>= 1.6.0)
|
|
ruby2_keywords (0.0.5)
|
|
rubyzip (2.3.2)
|
|
sanitize (6.1.3)
|
|
crass (~> 1.0.2)
|
|
nokogiri (>= 1.12.0)
|
|
sass-embedded (1.77.5-aarch64-linux-gnu)
|
|
google-protobuf (>= 3.25, < 5.0)
|
|
sass-embedded (1.77.5-arm64-darwin)
|
|
google-protobuf (>= 3.25, < 5.0)
|
|
sass-embedded (1.77.5-x86_64-darwin)
|
|
google-protobuf (>= 3.25, < 5.0)
|
|
sass-embedded (1.77.5-x86_64-linux-gnu)
|
|
google-protobuf (>= 3.25, < 5.0)
|
|
sassc-embedded (1.77.7)
|
|
sass-embedded (~> 1.77)
|
|
selenium-devtools (0.129.0)
|
|
selenium-webdriver (~> 4.2)
|
|
selenium-webdriver (4.25.0)
|
|
base64 (~> 0.2)
|
|
logger (~> 1.4)
|
|
rexml (~> 3.2, >= 3.2.5)
|
|
rubyzip (>= 1.2.2, < 3.0)
|
|
websocket (~> 1.0)
|
|
shoulda-matchers (6.4.0)
|
|
activesupport (>= 5.2.0)
|
|
sidekiq (6.5.12)
|
|
connection_pool (>= 2.2.5, < 3)
|
|
rack (~> 2.0)
|
|
redis (>= 4.5.0, < 5)
|
|
simplecov (0.22.0)
|
|
docile (~> 1.1)
|
|
simplecov-html (~> 0.11)
|
|
simplecov_json_formatter (~> 0.1)
|
|
simplecov-html (0.13.1)
|
|
simplecov_json_formatter (0.1.4)
|
|
simpleidn (0.2.3)
|
|
snaky_hash (2.0.1)
|
|
hashie
|
|
version_gem (~> 1.1, >= 1.1.1)
|
|
sprockets (3.7.5)
|
|
base64
|
|
concurrent-ruby (~> 1.0)
|
|
rack (> 1, < 3)
|
|
sprockets-rails (3.5.2)
|
|
actionpack (>= 6.1)
|
|
activesupport (>= 6.1)
|
|
sprockets (>= 3.0.0)
|
|
sqlite3 (2.1.0-aarch64-linux-gnu)
|
|
sqlite3 (2.1.0-arm64-darwin)
|
|
sqlite3 (2.1.0-x86_64-darwin)
|
|
sqlite3 (2.1.0-x86_64-linux-gnu)
|
|
sshkey (3.0.0)
|
|
stackprof (0.2.26)
|
|
stringio (3.1.1)
|
|
syntax_tree (6.2.0)
|
|
prettier_print (>= 1.2.0)
|
|
syntax_tree-disable_ternary (1.0.0)
|
|
test-prof (1.4.2)
|
|
thor (1.3.2)
|
|
timeout (0.4.1)
|
|
trilogy (2.9.0)
|
|
tzinfo (2.0.6)
|
|
concurrent-ruby (~> 1.0)
|
|
tzinfo-data (1.2024.2)
|
|
tzinfo (>= 1.0.0)
|
|
uglifier (4.2.1)
|
|
execjs (>= 0.3.0, < 3)
|
|
unf (0.2.0)
|
|
unicode-display_width (2.6.0)
|
|
unicorn (6.1.0)
|
|
kgio (~> 2.6)
|
|
raindrops (~> 0.7)
|
|
uniform_notifier (1.16.0)
|
|
uri (0.13.1)
|
|
version_gem (1.1.4)
|
|
web-push (3.0.1)
|
|
jwt (~> 2.0)
|
|
openssl (~> 3.0)
|
|
webmock (3.24.0)
|
|
addressable (>= 2.8.0)
|
|
crack (>= 0.3.2)
|
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
webrick (1.8.2)
|
|
websocket (1.2.11)
|
|
xpath (3.2.0)
|
|
nokogiri (~> 1.8)
|
|
yaml-lint (0.1.2)
|
|
yard (0.9.37)
|
|
zeitwerk (2.7.0)
|
|
|
|
PLATFORMS
|
|
aarch64-linux
|
|
arm64-darwin-20
|
|
arm64-darwin-21
|
|
arm64-darwin-22
|
|
arm64-darwin-23
|
|
arm64-darwin-24
|
|
x86_64-darwin-18
|
|
x86_64-darwin-19
|
|
x86_64-darwin-20
|
|
x86_64-darwin-22
|
|
x86_64-linux
|
|
|
|
DEPENDENCIES
|
|
actionmailer (~> 7.1.0)
|
|
actionpack (~> 7.1.0)
|
|
actionview (~> 7.1.0)
|
|
actionview_precompiler
|
|
active_model_serializers (~> 0.8.3)
|
|
activemodel (~> 7.1.0)
|
|
activerecord (~> 7.1.0)
|
|
activesupport (~> 7.1.0)
|
|
addressable
|
|
annotate
|
|
aws-sdk-s3
|
|
aws-sdk-sns
|
|
better_errors
|
|
binding_of_caller
|
|
bootsnap
|
|
bullet
|
|
byebug
|
|
capybara
|
|
cbor
|
|
certified
|
|
cgi (>= 0.3.6)
|
|
colored2
|
|
cose
|
|
cppjieba_rb
|
|
css_parser
|
|
csv
|
|
diffy
|
|
digest
|
|
discourse-fonts
|
|
discourse-seed-fu
|
|
discourse_dev_assets
|
|
dry-initializer (~> 3.1)
|
|
email_reply_trimmer
|
|
excon
|
|
execjs
|
|
extralite-bundle
|
|
fabrication
|
|
faker (~> 2.16)
|
|
fakeweb
|
|
faraday
|
|
faraday-retry
|
|
fast_blank
|
|
fastimage
|
|
highline
|
|
htmlentities
|
|
http_accept_language
|
|
image_optim
|
|
iso8601
|
|
json
|
|
json_schemer
|
|
listen
|
|
lograge
|
|
logstash-event
|
|
logster
|
|
loofah
|
|
lru_redux
|
|
lz4-ruby
|
|
mail
|
|
maxminddb
|
|
memory_profiler
|
|
message_bus
|
|
messageformat-wrapper
|
|
mini_mime
|
|
mini_racer
|
|
mini_scheduler
|
|
mini_sql
|
|
mini_suffix
|
|
minio_runner
|
|
mocha
|
|
multi_json
|
|
mustache
|
|
net-http
|
|
net-imap
|
|
net-pop
|
|
net-smtp
|
|
nokogiri
|
|
oj
|
|
omniauth
|
|
omniauth-facebook
|
|
omniauth-github
|
|
omniauth-google-oauth2
|
|
omniauth-oauth2
|
|
omniauth-twitter
|
|
parallel_tests
|
|
pg
|
|
pry-byebug
|
|
pry-rails
|
|
pry-stack_explorer
|
|
puma
|
|
rack
|
|
rack-mini-profiler
|
|
rack-protection
|
|
rails-dom-testing
|
|
rails_failover
|
|
rails_multisite
|
|
railties (~> 7.1.0)
|
|
rake
|
|
rb-fsevent
|
|
rbtrace
|
|
rchardet
|
|
redcarpet
|
|
redis (< 5.0)
|
|
redis-namespace
|
|
rinku
|
|
rotp
|
|
rqrcode
|
|
rrule
|
|
rspec
|
|
rspec-html-matchers
|
|
rspec-multi-mock
|
|
rspec-rails
|
|
rss
|
|
rswag-specs
|
|
rtlcss
|
|
rubocop-discourse
|
|
ruby-prof
|
|
ruby-progressbar
|
|
ruby-readability
|
|
rubyzip
|
|
sanitize
|
|
sassc-embedded
|
|
selenium-devtools
|
|
selenium-webdriver (~> 4.14)
|
|
shoulda-matchers
|
|
sidekiq
|
|
simplecov
|
|
sprockets (~> 3.7.3)
|
|
sprockets-rails
|
|
sqlite3
|
|
sshkey
|
|
stackprof
|
|
syntax_tree
|
|
syntax_tree-disable_ternary
|
|
test-prof
|
|
thor
|
|
trilogy
|
|
tzinfo-data
|
|
uglifier
|
|
unf
|
|
unicorn
|
|
web-push
|
|
webmock
|
|
yaml-lint
|
|
yard
|
|
zeitwerk
|
|
|
|
BUNDLED WITH
|
|
2.5.18
|