Skip to content

Conversation

@cmer
Copy link
Owner

@cmer cmer commented May 31, 2025

Summary

  • constrain ActiveRecord to < 9
  • add appraisal for Rails 8
  • document Rails 8 support

Testing

  • RBENV_VERSION=3.2.3 bundle exec rake spec (fails: Could not find gem 'appraisal' in locally installed gems)

https://chatgpt.com/codex/tasks/task_e_683a5d1749fc832ea4a015c3f541d351

cmer and others added 3 commits May 31, 2025 15:25
- Add missing bundled gems for Ruby 3.4 (base64, bigdecimal, mutex_m)
- Fix ActiveSupport/ActiveRecord loading order in spec_helper
- Update sqlite3 constraints in Appraisals for Rails compatibility
- Remove Rails version upper bound constraint
- Update CHANGELOG for Ruby 3 requirement

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Drop Rails 6.1 from Appraisals (incompatible with Ruby 3.4)
- Remove explicit sqlite3 version constraints
- Focus testing on Rails 7.1+ which properly support Ruby 3.4
- All specs now pass on Rails 7.1 and 8.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Bump version to 3.0.0
- Update CI to test Ruby 3.2, 3.3, 3.4
- Update .ruby-version to 3.4.4
- Document breaking changes: drop Rails 6 and Ruby < 3.2
- Add .claude to .gitignore

BREAKING CHANGES:
- Drop support for Rails 6
- Drop support for Ruby < 3.2

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@cmer cmer changed the title Update dependencies and add Rails 8 support Version 3.0.0 May 31, 2025
@cmer cmer merged commit 1e48897 into main May 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants