René's URL Explorer Experiment


Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.2 by dependabot[bot] · Pull Request #152 · diffcrypt/diffcrypt-ruby · GitHub

Open Graph Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.2 by dependabot[bot] · Pull Request #152 · diffcrypt/diffcrypt-ruby

X Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.2 by dependabot[bot] · Pull Request #152 · diffcrypt/diffcrypt-ruby

Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.2 Changes #14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. (@​lovro-bikic) Bug fixes #14041: Fix an error when using ERB templated config YAML with server mode. (@​koic) #14048: Do not emit a warning for a zero-sized file while checking if it is executable. (@​viralpraxis) #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. (@​koic) #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. (@​koic) #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. (@​earlopain) #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. (@​viralpraxis) #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. (@​viralpraxis) Changelog Sourced from rubocop's changelog. 1.75.2 (2025-04-03) Changes #14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. ([@​lovro-bikic][]) Bug fixes #14041: Fix an error when using ERB templated config YAML with server mode. ([@​koic][]) #14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@​viralpraxis][]) #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@​koic][]) #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@​koic][]) #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@​earlopain][]) #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@​viralpraxis][]) #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@​viralpraxis][]) 1.75.1 (2025-03-26) Changes #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@​koic][]) 1.75.0 (2025-03-26) New features #12049: Add new Style/HashFetchChain cop to detect chained fetch calls that can be replaced with a single call to dig. ([@​dvandersluis][]) #13597: Add new Style/ItBlockParameter cop. ([@​koic][]) #13899: Enable reusable Prism parse result for Ruby LSP add-on. ([@​koic][]) #14015: Support it block parameter in Layout cops. ([@​koic][]) #14017: Support it block parameter in Lint cops. ([@​koic][]) #14018: Support it block parameter in Metrics cops. ([@​koic][]) #14013: Support it block parameter in Style cops. ([@​koic][]) #14025: Support TargetRubyVersion: 3.5 (experimental). ([@​earlopain][]) Bug fixes #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. ([@​koic][]) #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][]) #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][]) #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][]) #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][]) #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. ([@​viralpraxis][]) #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. ([@​lovro-bikic][]) #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][]) #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. ([@​lovro-bikic][]) #14020: Fix comment autocorrection for Style/IfInsideElse. ([@​lovro-bikic][]) Changes ... (truncated) Commits b159321 Cut 1.75.2 919be6b Fix a heading c3d8832 Update Changelog ae1f33c Use RuboCop::AST::Node#any_def_type? method d8e1f94 [Fix #14062] Fix false positives for Lint/ReturnInVoidContext when returnin... f5e9ca9 Use RuboCop Performance 1.25 for development 01d3e9d Merge pull request #14065 from lovro-bikic/redundant-type-conversion-to-json-... bc3f2a6 Make Lint/RedundantTypeConversion register an offense for to_json.to_s 237a95e Merge pull request #14059 from henrik/patch-1 6ddcf46 Merge pull request #14060 from Earlopain/global-std-stream-ractor Additional commits viewable in compare view 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 commands and options 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 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)

Open Graph Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.2 Changes #14065: Update Lint/RedundantTypeConversion to regist...

X Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.2 Changes #14065: Update Lint/RedundantTypeConversion to re...

Opengraph URL: https://github.com/diffcrypt/diffcrypt-ruby/pull/152

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:75d4ed36-6c8b-9793-08ce-cfec43703e4f
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9EF4:7823D:233E71:30579A:6980C643
html-safe-nonce3719237c2c6564d2211bf9f912975b88d2d15beeeaadf54987d81cd77826844d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RUY0Ojc4MjNEOjIzM0U3MTozMDU3OUE6Njk4MEM2NDMiLCJ2aXNpdG9yX2lkIjoiMTY1MzgwNDA5MjgzNDc2MDI1OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdd927f091ec35f28ac9d2a5666ab16180b6d141ea47697e99001b20c330f38cd
hovercard-subject-tagpull_request:2438203425
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/diffcrypt/diffcrypt-ruby/pull/152/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altUpdates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.2 Changes #14065: Update Lint/RedundantTypeConversion to regist...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefb936832e40deb3175641d9cfedc8432372f91b0bc899576222953095fc7879e
turbo-cache-controlno-cache
go-importgithub.com/diffcrypt/diffcrypt-ruby git https://github.com/diffcrypt/diffcrypt-ruby.git
octolytics-dimension-user_id77545058
octolytics-dimension-user_logindiffcrypt
octolytics-dimension-repository_id275567034
octolytics-dimension-repository_nwodiffcrypt/diffcrypt-ruby
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id275567034
octolytics-dimension-repository_network_root_nwodiffcrypt/diffcrypt-ruby
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3e9b7987a76a2b9d08066d02bb64947a61943332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdiffcrypt%2Fdiffcrypt-ruby%2Fpull%2F152%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdiffcrypt%2Fdiffcrypt-ruby%2Fpull%2F152%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=diffcrypt%2Fdiffcrypt-ruby
Reloadhttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
Reloadhttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
Reloadhttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
diffcrypt https://patch-diff.githubusercontent.com/diffcrypt
diffcrypt-rubyhttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fdiffcrypt%2Fdiffcrypt-ruby
Fork 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fdiffcrypt%2Fdiffcrypt-ruby
Star 8 https://patch-diff.githubusercontent.com/login?return_to=%2Fdiffcrypt%2Fdiffcrypt-ruby
Code https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby
Issues 6 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/issues
Pull requests 2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pulls
Actions https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions
Security 0 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/security
Insights https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pulse
Code https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby
Issues https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/issues
Pull requests https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pulls
Actions https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions
Security https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/security
Insights https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fdiffcrypt%2Fdiffcrypt-ruby%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fdiffcrypt%2Fdiffcrypt-ruby%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/tree/main
dependabot/bundler/rubocop-tw-1.75.2https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/tree/dependabot/bundler/rubocop-tw-1.75.2
Conversation 1 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152
Commits 1 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/commits
Checks 10 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
Files changed https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/files
Please reload this pagehttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
Sign in for the full log viewhttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdiffcrypt%2Fdiffcrypt-ruby%2Fpull%2F152%2Fchecks
Update rubocop requirement from ~> 1.73.2 to ~> 1.75.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks
test on: pull_request https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199
RSpec @ Ruby 3.1, Rails 6.1 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955908?pr=152
RSpec @ Ruby 3.2, Rails 7.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955917?pr=152
RSpec @ Ruby 3.2, Rails 8.0 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955924?pr=152
RSpec @ Ruby 3.3, Rails 7.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955930?pr=152
RSpec @ Ruby 3.3, Rails 8.0 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955928?pr=152
RSpec @ Ruby 3.4, Rails 7.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955932?pr=152
RSpec @ Ruby 3.4, Rails 8.0 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955927?pr=152
RSpec @ Ruby head, Rails 7.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955936?pr=152
RSpec @ Ruby head, Rails 8.0 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955934?pr=152
Rubocop @ Ruby 3.4, Rails 7.2 https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/actions/runs/14254307199/job/39953955913?pr=152
https://patch-diff.githubusercontent.com/diffcrypt/diffcrypt-ruby/pull/152/checks#annotation:3:36
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.