chore: upgrade several gems, update pagy gem to v43 and reorganize plans skill#268
Merged
Conversation
- Patch update 26 gems (bcrypt, ffi, pg, redis-client, nokogiri, etc.) - Upgrade responders 3.1.1 → 3.2.0 (transitive of devise) - Replace pry-remote with pry-remote-reloaded (direct Gemfile change) - Update slop 3.6.0 → 4.10.1 (transitive of pry-remote-reloaded) - Updated plan and tracker to better reflect actions and current progress Note: shoulda-matchers, turbo-rails, and devise already at latest
…over plans management, and update all docs to fix relative paths
fabionl
added a commit
that referenced
this pull request
Mar 21, 2026
…ans skill (#268) * Add gem-update plan * chore(deps): update gem dependencies - Patch update 26 gems (bcrypt, ffi, pg, redis-client, nokogiri, etc.) - Upgrade responders 3.1.1 → 3.2.0 (transitive of devise) - Replace pry-remote with pry-remote-reloaded (direct Gemfile change) - Update slop 3.6.0 → 4.10.1 (transitive of pry-remote-reloaded) - Updated plan and tracker to better reflect actions and current progress Note: shoulda-matchers, turbo-rails, and devise already at latest * update gem update plan's tracker with details for upgrading pagy * Update pagy * Rename plan-creation skill to plans, improve the skill to correctly cover plans management, and update all docs to fix relative paths * fix rubocop offenses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine gem updates including 26 patched dependencies and a major version upgrade for Pagy (9.4 → 43.4), which required migrating view helpers and initializer code.
Changes
Dependencies
pry-remotewithpry-remote-reloaded; bumpedpagyfrom~> 9.4.0to~> 43.4Pagy v43 Migration
pagy_bulma_combo_nav_js(@pagy)→@pagy.input_nav_js(:bulma)require "pagy/extras/bulma"fromconfig/initializers/pagy.rb(integrated in v43)Pagy::Backend→Pagy::Methodinapp/controllers/application_controller.rbPagy::Frontendinclude fromapp/helpers/pagy_helper.rbapp/assets/stylesheets/application.scsspagy.min.jstoapp/javascript/RakefileInternal
.opencode/skills/plan-creation/→.opencode/skills/plans/.opencode/skills/plans/templates/Documentation
docs/plans/gem-update-2026-03/plan.mdandtracker.mddocs/plans/README.mdto reference theplansskill