Update pry-doc to 1.7.0 for Ruby 3.4 support#2573
Conversation
pry-doc 1.5.0 and 1.4.0 don't include docs for Ruby 3.4, causing "ruby/3.4.8 isn't supported by this pry-doc version" messages during test runs. Version 1.7.0 includes Ruby 3.4 support. Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (4)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code ReviewOverall Assessment: LGTM — safe to merge This is a clean, lockfile-only dependency bump for developer tooling. What changed
Positive observations
Minor note The yard version constraint inside the lockfile pry-doc entry changes from ~> 0.9.11 to ~> 0.9.21. This is expected: pry-doc 1.7.0 raised its minimum yard requirement, and Bundler resolved it to 0.9.38 — still in the same 0.9.x series, so no breaking changes are anticipated. Checklist
CI green -> ship it. |
## Summary - Add changelog entries for 6 user-visible PRs merged since v16.4.0.rc.6 that were missing from `[Unreleased]` - Update existing #2561 entry to include #2568 contributor credit ### New entries added | Section | PR | Description | |---|---|---| | Added | #2539 | Environment-variable-driven ports in Procfile templates | | Fixed | #2417 | Rspack generator config path fix | | Fixed | #2419 | Precompile hook load-based execution fix | | Fixed | #2577 | `create-react-on-rails-app` validation improvements | | Pro Fixed | #2416 | StreamResponse status fallback fix | | Pro Fixed | #2566 | Empty-string license plan mismatch fix | ### Skipped PRs (not user-visible) Docs (#2406, #2414, #2479, #2494, #2518, #2537, #2544), CI/internal (#2533, #2547, #2555, #2557, #2558, #2564), dependabot (#2387, #2541), dev dependencies (#2559, #2569, #2573). ## Test plan - [ ] Verify changelog formatting matches existing entries - [ ] Verify all user-visible PRs since v16.4.0.rc.6 are covered 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Documentation-only changelog updates with no runtime or build behavior changes. > > **Overview** > Updates `CHANGELOG.md`’s **[Unreleased]** section to include previously missing user-facing entries: Procfile templates now support env-driven ports, several generator/`bin/dev` precompile-hook and rspack-path fixes are documented, and `create-react-on-rails-app` validation improvements are noted. > > Also adds two Pro fix entries (StreamResponse status fallback and license plan empty-string validation) and updates the existing `bin/dev` precompile-hook entry to credit an additional PR/contributor. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e75d2b5. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.6 <[email protected]>
Summary
ruby/3.4.8 isn't supported by this pry-doc versionwarning that appears during test runsTest plan
require 'pry-doc'no longer produces the warning🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only dependency bumps for developer tooling (
pry-doc/yard), with no application/runtime code changes.Overview
Updates the bundled
pry-docdependency to1.7.0across the main and dummy appGemfile.lockfiles for bothreact_on_railsandreact_on_rails_pro.This also bumps related doc tooling versions/resolution (
yardto0.9.38, andmethod_sourceto1.1.0in one lockfile) to match the updatedpry-docrequirements.Written by Cursor Bugbot for commit 63cd605. Configure here.