You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Ruby >= 3.3, RuboCop 1.85, and rubocop-rspec 3.9
- Bump required_ruby_version from >= 3.1.6 to >= 3.3
- Update TargetRubyVersion from 2.6 to 3.3
- Update RuboCop 1.65 -> 1.85 and rubocop-rspec 3.0 -> 3.9
- Migrate rubocop-rspec from require to plugins
- Rename deprecated IgnoredPatterns to AllowedPatterns
- Update all development dependencies and Bundler to latest
- Add rake to Gemfile (no longer a default gem in newer Rubies)
- Gitignore Ruby version manager tool files
- Fix new cop offenses: Style/RedundantRegexpArgument, RSpec/BeEq,
Style/HashSyntax, Layout/LineContinuationSpacing,
Lint/RedundantCopDisableDirective
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cacheable.cache_adapter.fetch(__send__(method_names[:key_format_method_name], *args),opts[:cache_options])do# rubocop:disable Lint/UselessDefaultValueArgument -- not Hash#fetch; second arg is cache options (e.g. expires_in) passed to the adapter
0 commit comments