Skip to content

Update supported versions of Ruby and Rails#324

Merged
kbrock merged 4 commits intomasterfrom
flavorjones-version-support-202410
Oct 16, 2024
Merged

Update supported versions of Ruby and Rails#324
kbrock merged 4 commits intomasterfrom
flavorjones-version-support-202410

Conversation

@flavorjones
Copy link
Collaborator

  • Drop support for Ruby < 3.0 and Rails < 6.1
  • Add test coverage for Rails 8 (prerelease at the moment)
  • Bump action/checkout to avoid warnings

@kbrock Do you agree it's OK to drop these in the next release?

@flavorjones flavorjones requested a review from kbrock October 16, 2024 12:36
@flavorjones
Copy link
Collaborator Author

FWIW this was motivated by seeing these CI jobs fail this morning and deciding it's not worth the time to get them green again: https://github.com/active-hash/active_hash/actions/runs/11361403054/job/31601042743#step:3:195

Copy link
Collaborator

@kbrock kbrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


- v1.x: Ruby >= 1.9.3, Rails >= 2.2.2
- v2.x, v3.x: Ruby >= 2.4, Rails >= 5
- upcoming: Ruby >= 3.0, Rails >= 6.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets try and ensure we put v3.0 here in our next changes

@kbrock kbrock merged commit 0d8b3e8 into master Oct 16, 2024
@kbrock kbrock deleted the flavorjones-version-support-202410 branch October 16, 2024 18:02
kbrock added a commit to kbrock/active_hash that referenced this pull request Jul 29, 2025
- Add i18n support active-hash#230 @ryu-sato
- Add `column_names` method active-hash#311 @hatsu38
- Support Active Record 7.2 active-hash#317 @ashleyHutton
- Support ruby 3.4 active-hash#328 @flavorjones
- Add `:alias` to `has_many :through` active-hash#329 @alexgriff
- Add Active Record 8.0 active-hash#324 @flavorjones

- Fix Do not suppress load errors#309 @andreynering
- Ensure `field_names` are all strings active-hash#312 @flavorjones
- Hide private `add_default_value` active-hash#314 @kbrock
- Fix `exists?(nil)` active-hash#320 @y-yagi
- Enance Enum support active-hash#321 @hatsu38
- Updated docs active-hash#326 @y-yagi

- Drop Active Record < 6.1. Ruby < 3.0 active-hash#324 @flavorjones
kbrock added a commit to kbrock/active_hash that referenced this pull request Jul 29, 2025
Added
=====

- Add i18n support active-hash#230 @ryu-sato
- Add `column_names` method active-hash#311 @hatsu38
- Support Active Record 7.2 active-hash#317 @ashleyHutton
- Support ruby 3.4 active-hash#328 @flavorjones
- Add `:alias` to `has_many :through` active-hash#329 @alexgriff
- Add Active Record 8.0 active-hash#324 @flavorjones

Fixed
=====

- Fix Do not suppress load errors#309 @andreynering
- Ensure `field_names` are all strings active-hash#312 @flavorjones
- Hide private `add_default_value` active-hash#314 @kbrock
- Fix `exists?(nil)` active-hash#320 @y-yagi
- Enance Enum support active-hash#321 @hatsu38
- Updated docs active-hash#326 @y-yagi

Removed
=======

- Drop Active Record < 6.1. Ruby < 3.0 active-hash#324 @flavorjones
@kbrock kbrock mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants