Skip to content

Relax Ruby version requirement from 3.2.0 to 3.1.3#19

Merged
clarissalimab merged 2 commits into
thoughtbot:mainfrom
tleish:relax-ruby-version-requirement
Apr 10, 2026
Merged

Relax Ruby version requirement from 3.2.0 to 3.1.3#19
clarissalimab merged 2 commits into
thoughtbot:mainfrom
tleish:relax-ruby-version-requirement

Conversation

@tleish
Copy link
Copy Markdown
Contributor

@tleish tleish commented Mar 26, 2026

Summary

Since ruby_llm supports Ruby >= 3.1.3, this relaxes the minimum Ruby version to 3.1.3 to match. No Ruby 3.2-specific code was identified, and all specs continue to pass.

  • Updates required_ruby_version from >= 3.2.0 to >= 3.1.3

Closes #18

Since ruby_llm supports Ruby >= 3.1.0, this updates the minimum
Ruby version to 3.1.3 to match. All specs continue to pass and
no 3.2-specific features are in use.

Closes thoughtbot#18
@tleish tleish requested a review from clarissalimab as a code owner March 26, 2026 21:43
@clarissalimab
Copy link
Copy Markdown
Contributor

@tleish, thanks for this! Could you also add '3.1' to the Ruby version matrix in .github/workflows/main.yml so CI covers the new minimum?

@tleish
Copy link
Copy Markdown
Contributor Author

tleish commented Apr 10, 2026

add '3.1' to the Ruby version matrix

@clarissalimab - done

@clarissalimab clarissalimab merged commit 7c15cb6 into thoughtbot:main Apr 10, 2026
4 checks passed
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.

Ruby >= 3.1.3

2 participants