Update gems - #100
Merged
Merged
Conversation
Update 18 gems via `bundle update`, notably: - mission_control-jobs 1.1.0 -> 1.2.0 - resend 1.10.0 -> 1.14.0 - rubocop 1.89.0 -> 1.90.0 - image_processing 2.0.3 -> 2.1.0 - valid_email2 7.0.15 -> 7.1.0 - selenium-webdriver 4.47.0 -> 4.48.0 RuboCop 1.90 renamed `Lint/MissingCopEnableDirective`'s `MaximumRangeSize` parameter to `MaxRangeSize`; rename it in .rubocop.yml to clear the obsolete-parameter warning. marcel stays on 1.x — activestorage 8.1.3.1 pins `marcel (~> 1.0)`. rubocop, erb_lint, bundler-audit, brakeman, and all 438 tests pass. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KtWK5oVadjzzdyD8z7qeCK
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.
Summary
Routine dependency refresh via
bundle update. 18 gems updated:Config change
RuboCop 1.90 renamed
Lint/MissingCopEnableDirective'sMaximumRangeSizeparameter toMaxRangeSize. Renamed in.rubocop.ymlto clear the obsolete-parameter warning that RuboCop now prints on every run.Held back
marcelstays on 1.2.1 (2.1.0 available) —activestorage 8.1.3.1pinsmarcel (~> 1.0).Verification
bin/rubocop— 253 files, no offenses, no warningsbundle exec erb_lint --lint-all— no errorsbin/bundler-audit— no vulnerabilitiesbin/brakeman— 0 security warningsbin/rails test— 438 runs, 916 assertions, 0 failures, 0 errorsmission_control-jobs1.2.0 prints a post-install note about HTTP basic auth; already handled byconfig/initializers/mission_control.rb.🤖 Generated with Claude Code
https://claude.ai/code/session_01KtWK5oVadjzzdyD8z7qeCK