-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump rubocop from 1.44.1 to 1.48.0 #662
base: twingyeo-kr
Are you sure you want to change the base?
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1dbfc1a - Browse repository at this point
Copy the full SHA 1dbfc1aView commit details
Commits on Jun 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d35c597 - Browse repository at this point
Copy the full SHA d35c597View commit details
Commits on Nov 5, 2021
-
Fix newlines in accout notes added by the Move handler (mastodon#16415)
* Fix newlines in account notes added by the move handler * Make MoveWorker more robust
Configuration menu - View commit details
-
Copy full SHA for e62f488 - Browse repository at this point
Copy the full SHA e62f488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987f945 - Browse repository at this point
Copy the full SHA 987f945View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02d6c4 - Browse repository at this point
Copy the full SHA c02d6c4View commit details -
Fix crash when encountering invalid account fields (mastodon#16598)
* Add test * Fix crash when encountering invalid account fields
Configuration menu - View commit details
-
Copy full SHA for 4f85244 - Browse repository at this point
Copy the full SHA 4f85244View commit details -
Fix remotely-suspended accounts' toots being merged back into timelin…
…es (mastodon#16628) * Fix remotely-suspended accounts' toots being merged back into timelines * Mark remotely-deleted accounts as remotely suspended
Configuration menu - View commit details
-
Copy full SHA for f51c6cb - Browse repository at this point
Copy the full SHA f51c6cbView commit details -
Fix authentication failures after going halfway through a sign-in att…
…empt (mastodon#16607) * Add tests * Add security-related tests My first (unpublished) attempt at fixing the issues introduced (extremely hard-to-exploit) security vulnerabilities, addressing them in a test. * Fix authentication failures after going halfway through a sign-in attempt * Refactor `authenticate_with_sign_in_token` and `authenticate_with_two_factor` to make the two authentication steps more obvious
Configuration menu - View commit details
-
Copy full SHA for 2688f18 - Browse repository at this point
Copy the full SHA 2688f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5899fe7 - Browse repository at this point
Copy the full SHA 5899fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75441ac - Browse repository at this point
Copy the full SHA 75441acView commit details -
use relative path for
scope
(mastodon#16714)Use relative path for `scope` in web manifest to allow users use PWA correctly via alternate domains.
Configuration menu - View commit details
-
Copy full SHA for 663b58a - Browse repository at this point
Copy the full SHA 663b58aView commit details -
Fix webauthn secure key authentication (mastodon#16792)
* Add tests * Fix webauthn secure key authentication Fixes mastodon#16769
Configuration menu - View commit details
-
Copy full SHA for 2396c90 - Browse repository at this point
Copy the full SHA 2396c90View commit details -
Fix scheduled statuses decreasing statuses counts (mastodon#16791)
* Add tests * Fix scheduled statuses decreasing statuses counts Fixes mastodon#16774
Configuration menu - View commit details
-
Copy full SHA for e63370d - Browse repository at this point
Copy the full SHA e63370dView commit details -
Fix some link previews being incorrectly generated from other prior l…
…inks (mastodon#16885) * Add tests * Fix some link previews being incorrectly generated from different prior links PR mastodon#12403 added a cache to avoid redundant queries when the OEmbed endpoint can be guessed from the URL. This caching mechanism is not perfectly correct as there is no guarantee that all pages from a given domain share the same OEmbed provider endpoint. This PR prevents the FetchOEmbedService from caching OEmbed endpoint that cannot be generalized by replacing a fully-qualified URL from the endpoint's parameters, greatly reducing the number of incorrect cached generalizations.
Configuration menu - View commit details
-
Copy full SHA for 123a88b - Browse repository at this point
Copy the full SHA 123a88bView commit details -
Fix mastodon:setup to take dotenv/docker-compose differences into acc…
…ount (mastodon#16896) In order to work around mastodon#16895, add a warning to .env.production.sample, and change the mastodon:setup rake task to: - output a warning if a variable will be interpreted differently by dotenv and docker-compose - ensure the printed config is compatible with docker-compose
Configuration menu - View commit details
-
Copy full SHA for aa828ae - Browse repository at this point
Copy the full SHA aa828aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f366a23 - Browse repository at this point
Copy the full SHA f366a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cf8d4 - Browse repository at this point
Copy the full SHA e1cf8d4View commit details -
Add
configuration
attribute toGET /api/v1/instance
(mastodon#16485)List various values like file size limits and supported mime types
Configuration menu - View commit details
-
Copy full SHA for d5a50e9 - Browse repository at this point
Copy the full SHA d5a50e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f534a - Browse repository at this point
Copy the full SHA c7f534aView commit details -
Fix not being able to suspend accounts that already have a canonical …
…e-mail block (mastodon#16455)
Configuration menu - View commit details
-
Copy full SHA for 6b98fd0 - Browse repository at this point
Copy the full SHA 6b98fd0View commit details -
Fix followers synchronization mechanism not working when URI has empt…
…y path (mastodon#16744) Follow-up to mastodon#16510, forgot the controller exposing the actual followers…
Configuration menu - View commit details
-
Copy full SHA for 9b34647 - Browse repository at this point
Copy the full SHA 9b34647View commit details -
Fix some Rails frameworks being unnecessarily loaded (mastodon#16725)
Saves about 10MiB of memory usage at boot
Configuration menu - View commit details
-
Copy full SHA for 4cc7efc - Browse repository at this point
Copy the full SHA 4cc7efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40eaa87 - Browse repository at this point
Copy the full SHA 40eaa87View commit details -
Fix crashes with Microsoft Translate on Microsoft Edge (mastodon#16525)
Fixes mastodon#16509 Microsoft Edge with translation enabled rewrites the DOM in ways that confuse react and prevent it from working properly. Wrapping the offending parts in a span avoids this issue.
Configuration menu - View commit details
-
Copy full SHA for e40d541 - Browse repository at this point
Copy the full SHA e40d541View commit details -
Fix tootctl self-destruct not sending Delete activities for recently-…
…suspended accounts (mastodon#16688) * Do not block existing users' emails on self-destruct That is wasteful and unintuitive * Do not close registrations when running tootctl self-destruct with --dry-run * Close registrations on self-destruct regardless of known remote accounts * Fix tootctl self-destruct not sending Deletes for recently-suspended accounts * Suspend local users even if no remote account is known * Do not show scary confirmation text if ran with --dry-run
Configuration menu - View commit details
-
Copy full SHA for a1e5ff0 - Browse repository at this point
Copy the full SHA a1e5ff0View commit details -
Fix inefficiencies in auto-linking code (mastodon#16506)
The auto-linking code basically rewrote the whole string escaping non-ascii characters in an inefficient way, and building a full character offset map between the unescaped and escaped texts before sending the contents to TwitterText's extractor. Instead of doing that, this commit changes the TwitterText regexps to include valid IRI characters in addition to valid URI characters.
Configuration menu - View commit details
-
Copy full SHA for 9a468c8 - Browse repository at this point
Copy the full SHA 9a468c8View commit details -
Fix serialization of followers/following counts when user hides their…
… network (mastodon#16418) * Add tests * Fix serialization of followers/following counts when user hides their network Fixes mastodon#16382 Signed-off-by: Claire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aebcb72 - Browse repository at this point
Copy the full SHA aebcb72View commit details -
Fix WebUI crash when a toot with a playing video gets deleted (mastod…
…on#16384) * Fix WebUI crash when a toot with a playing video gets deleted * Fix pop-up player not closing the moment a status is deleted
Configuration menu - View commit details
-
Copy full SHA for 34ab411 - Browse repository at this point
Copy the full SHA 34ab411View commit details -
Fix anonymous access to outbox not being cached by the reverse proxy (m…
…astodon#16458) * Fix anonymous access to outbox not being cached by the reverse proxy Up until now, anonymous access to outbox was marked as public, but with a 0 duration for caching, which means remote proxies would only serve from cache when the server was completely overwhelmed. Changed that cache duration to one minute, so that repeated anonymous access to one account's outbox can be appropriately cached. Also added `Signature` to the `Vary` header in case a page is requested, so that authenticated fetches are never served from cache (which only contains public toots). * Remove Vary: Accept header from webfinger controller Indeed, we have stopped returning xrd, and only ever return jrd, so the Accept request header does not matter anymore. * Cache negative webfinger hits for 3 minutes
Configuration menu - View commit details
-
Copy full SHA for 4bc1fde - Browse repository at this point
Copy the full SHA 4bc1fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8815e98 - Browse repository at this point
Copy the full SHA 8815e98View commit details -
Change number_to_human calls to always use 3-digits precision (mastod…
…on#16469) Fixes mastodon#16435
Configuration menu - View commit details
-
Copy full SHA for be56033 - Browse repository at this point
Copy the full SHA be56033View commit details -
Change references to tootsuite/mastodon to mastodon/mastodon (mastodo…
…n#16491) * Change references to tootsuite/mastodon to mastodon/mastodon * Remove obsolete test fixture * Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG And a few other places
Configuration menu - View commit details
-
Copy full SHA for c79d471 - Browse repository at this point
Copy the full SHA c79d471View commit details -
Improve modal flow and back button handling (mastodon#16499)
* Refactor shouldUpdateScroll passing So far, shouldUpdateScroll has been manually passed down from the very top of the React component hierarchy even though it is a static function common to all ScrollContainer instances, so replaced that with a custom class extending ScrollContainer. * Generalize “press back to close modal” to any modal and to public pages * Fix boost confirmation modal closing media modal
Configuration menu - View commit details
-
Copy full SHA for 986397b - Browse repository at this point
Copy the full SHA 986397bView commit details -
Fix user email address being banned on self-deletion (mastodon#16503)
* Add tests * Fix user email address being banned on self-deletion Fixes mastodon#16498
Configuration menu - View commit details
-
Copy full SHA for c3a6f7b - Browse repository at this point
Copy the full SHA c3a6f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f60bb07 - Browse repository at this point
Copy the full SHA f60bb07View commit details -
Fix reviving revoked sessions and invalidating login (mastodon#16943)
Up until now, we have used Devise's Rememberable mechanism to re-log users after the end of their browser sessions. This mechanism relies on a signed cookie containing a token. That token was stored on the user's record, meaning it was shared across all logged in browsers, meaning truly revoking a browser's ability to auto-log-in involves revoking the token itself, and revoking access from *all* logged-in browsers. We had a session mechanism that dynamically checks whether a user's session has been disabled, and would log out the user if so. However, this would only clear a session being actively used, and a new one could be respawned with the `remember_user_token` cookie. In practice, this caused two issues: - sessions could be revived after being closed from /auth/edit (security issue) - auto-log-in would be disabled for *all* browsers after logging out from one of them This PR removes the `remember_token` mechanism and treats the `_session_id` cookie/token as a browser-specific `remember_token`, fixing both issues.
Configuration menu - View commit details
-
Copy full SHA for 3251b8e - Browse repository at this point
Copy the full SHA 3251b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c2028 - Browse repository at this point
Copy the full SHA 76c2028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a74d85 - Browse repository at this point
Copy the full SHA 8a74d85View commit details
Commits on Nov 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c47a18 - Browse repository at this point
Copy the full SHA 5c47a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b66688 - Browse repository at this point
Copy the full SHA 4b66688View commit details
Commits on Nov 26, 2021
-
Fix replying from modal (mastodon#16516)
Fixes mastodon#16515 Not using a router object somehow made `this.history` lag behind the real browser history whenever pushing a new history item in `replyCompose`. Not using the context-provided router in this case was an oversight made when porting glitch-soc changes in mastodon#16499.
Configuration menu - View commit details
-
Copy full SHA for 77d0297 - Browse repository at this point
Copy the full SHA 77d0297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c610ca - Browse repository at this point
Copy the full SHA 9c610caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcb3da - Browse repository at this point
Copy the full SHA 1bcb3daView commit details -
Fix upload of remote media with OpenStack Swift sometimes failing (ma…
…stodon#16998) Under certain conditions, files fetched from remotes trigger an error when being uploaded using OpenStack Swift. This is because in some cases, the remote server will not return a content-length, so our ResponseWithLimitAdapter will hold a `nil` value for `#size`, which will lead to an invalid value for the Content-Length header of the Swift API call. This commit fixes that by taking the size from the actually-downloaded file size rather than the upstream-provided Content-Length header value.
Configuration menu - View commit details
-
Copy full SHA for e65ede1 - Browse repository at this point
Copy the full SHA e65ede1View commit details -
Fix confusing error when webfinger request returns empty document (ma…
…stodon#16986) For some reason, some misconfigured servers return an empty document when queried over webfinger. Since an empty document does not lead to a parse error, the error is not caught properly and triggers uncaught exceptions later on. This PR fixes that by immediately erroring out with `Webfinger::Error` on getting an empty response.
Configuration menu - View commit details
-
Copy full SHA for 22cd1e6 - Browse repository at this point
Copy the full SHA 22cd1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5113a8 - Browse repository at this point
Copy the full SHA e5113a8View commit details -
Fix error when suspending user with an already-existing canonical ema…
…il block (mastodon#17036) * Fix error when suspending user with an already-existing canonical email block Fixes mastodon#17033 While attempting to create a `CanonicalEmailBlock` with an existing hash would raise an `ActiveRecord::RecordNotUnique` error, this being done within a transaction would cancel the whole transaction. For this reason, checking for uniqueness in Rails would query the database within the transaction and avoid invalidating the whole transaction for this reason. A race condition is still possible, where multiple accounts sharing a canonical email would be blocked in concurrent transactions, in which only one would succeed, but that is way less likely to happen that the current issue, and can always be retried after the first failure, unlike the current situation. * Add tests
Configuration menu - View commit details
-
Copy full SHA for 3c18311 - Browse repository at this point
Copy the full SHA 3c18311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4b04d - Browse repository at this point
Copy the full SHA 5e4b04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f264cca - Browse repository at this point
Copy the full SHA f264ccaView commit details -
Fix "bundle exec rails mastodon:setup" crashing in some circumstances (…
…mastodon#16976) Fix regression from mastodon#16896
Configuration menu - View commit details
-
Copy full SHA for 4cd33a2 - Browse repository at this point
Copy the full SHA 4cd33a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd868f8 - Browse repository at this point
Copy the full SHA fd868f8View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2de976a - Browse repository at this point
Copy the full SHA 2de976aView commit details
Commits on Jan 31, 2022
-
Fix some old migration scripts (mastodon#17394)
* Fix some old migration scripts * Fix edge case in two-step migration from older releases
Configuration menu - View commit details
-
Copy full SHA for b782f86 - Browse repository at this point
Copy the full SHA b782f86View commit details -
Fix edge case in migration helpers that caused crash because of Postg…
…reSQL quirks (mastodon#17398)
Configuration menu - View commit details
-
Copy full SHA for 0dc103e - Browse repository at this point
Copy the full SHA 0dc103eView commit details -
Save bundle config as local (mastodon#17188)
Some bundle options are saved as global user config and not project local. Specially, `deployment` must be saved as local config to be run on copied environment
Configuration menu - View commit details
-
Copy full SHA for 959234c - Browse repository at this point
Copy the full SHA 959234cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2363b02 - Browse repository at this point
Copy the full SHA 2363b02View commit details -
Build container image by GitHub Actions (mastodon#16973)
* Build container image by GitHub Actions * Trigger docker build only pushed to main branch * Tweak tagging imgae - "edge" is the main branch - "latest" is the tagged latest release
Configuration menu - View commit details
-
Copy full SHA for 0ae91e4 - Browse repository at this point
Copy the full SHA 0ae91e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8301bc - Browse repository at this point
Copy the full SHA c8301bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c83b90 - Browse repository at this point
Copy the full SHA 2c83b90View commit details -
Fix followers synchronization mechanism not working when URI has empt…
…y path (mastodon#16510) * Fix followers synchronization mechanism not working when URI has empty path To my knowledge, there is no current implementation on the fediverse that can use bare domains (e.g., actor is at https://example.org instead of something like https://example.org/actor) that also plans to support the followers synchronization mechanism. However, Mastodon's current implementation would exclude such accounts from followers list. Also adds tests and rename them to reflect the proper method names. * Move url prefix regexp to its own constant
Configuration menu - View commit details
-
Copy full SHA for 03f0e98 - Browse repository at this point
Copy the full SHA 03f0e98View commit details -
Add more advanced migration tests (mastodon#17393)
- populate the database with some data when testing migrations - try both one-step and two-step migrations (`SKIP_POST_DEPLOYMENT_MIGRATIONS`)
Configuration menu - View commit details
-
Copy full SHA for d722222 - Browse repository at this point
Copy the full SHA d722222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8c318 - Browse repository at this point
Copy the full SHA 1c8c318View commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d831fe - Browse repository at this point
Copy the full SHA 6d831feView commit details -
Fix error-prone SQL queries (mastodon#15828)
* Fix error-prone SQL queries in Account search While this code seems to not present an actual vulnerability, one could easily be introduced by mistake due to how the query is built. This PR parameterises the `to_tsquery` input to make the query more robust. * Harden code for Status#tagged_with_all and Status#tagged_with_none Those two scopes aren't used in a way that could be vulnerable to an SQL injection, but keeping them unchanged might be a hazard. * Remove unneeded spaces surrounding tsquery term * Please CodeClimate * Move advanced_search_for SQL template to its own function This avoids one level of indentation while making clearer that the SQL template isn't build from all the dynamic parameters of advanced_search_for. * Add tests covering tagged_with, tagged_with_all and tagged_with_none * Rewrite tagged_with_none to avoid multiple joins and make it more robust * Remove obsolete brakeman warnings * Revert "Remove unneeded spaces surrounding tsquery term" The two queries are not strictly equivalent. This reverts commit 86f16c5.
Configuration menu - View commit details
-
Copy full SHA for c8dbbd6 - Browse repository at this point
Copy the full SHA c8dbbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe02100 - Browse repository at this point
Copy the full SHA fe02100View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2009ce - Browse repository at this point
Copy the full SHA e2009ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b27f50d - Browse repository at this point
Copy the full SHA b27f50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df68d2e - Browse repository at this point
Copy the full SHA df68d2eView commit details -
Change mastodon:webpush:generate_vapid_key task to not require functi…
…onal env (mastodon#17338) Fixes mastodon#17297
Configuration menu - View commit details
-
Copy full SHA for bf005ed - Browse repository at this point
Copy the full SHA bf005edView commit details -
disable legacy XSS filtering (mastodon#17289)
Browsers are phasing out X-XSS-Protection, but Safari and IE still support it.
Configuration menu - View commit details
-
Copy full SHA for a06dda4 - Browse repository at this point
Copy the full SHA a06dda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7b286 - Browse repository at this point
Copy the full SHA bb7b286View commit details
Commits on Feb 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93a6c14 - Browse repository at this point
Copy the full SHA 93a6c14View commit details
Commits on Feb 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 752c6fc - Browse repository at this point
Copy the full SHA 752c6fcView commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec1bb2a - Browse repository at this point
Copy the full SHA ec1bb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc706b1 - Browse repository at this point
Copy the full SHA cc706b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a28247 - Browse repository at this point
Copy the full SHA 2a28247View commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1895ed - Browse repository at this point
Copy the full SHA d1895edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd2045 - Browse repository at this point
Copy the full SHA 6cd2045View commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d68b654 - Browse repository at this point
Copy the full SHA d68b654View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca2d87 - Browse repository at this point
Copy the full SHA aca2d87View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c82d58 - Browse repository at this point
Copy the full SHA 7c82d58View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb87741 - Browse repository at this point
Copy the full SHA fb87741View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d6163 - Browse repository at this point
Copy the full SHA e4d6163View commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe5b700 - Browse repository at this point
Copy the full SHA fe5b700View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f9da1a - Browse repository at this point
Copy the full SHA 2f9da1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8770cbe - Browse repository at this point
Copy the full SHA 8770cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d59f7d1 - Browse repository at this point
Copy the full SHA d59f7d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df0996 - Browse repository at this point
Copy the full SHA 8df0996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6b25a - Browse repository at this point
Copy the full SHA 2b6b25aView commit details
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 940d43a - Browse repository at this point
Copy the full SHA 940d43aView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08f091d - Browse repository at this point
Copy the full SHA 08f091dView commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98f4d61 - Browse repository at this point
Copy the full SHA 98f4d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f2a53 - Browse repository at this point
Copy the full SHA d6f2a53View commit details
Commits on Mar 6, 2023
-
Bump rubocop from 1.44.1 to 1.48.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.1 to 1.48.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.44.1...v1.48.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd72334 - Browse repository at this point
Copy the full SHA dd72334View commit details