Skip to content

Update supported ruby versions#63

Merged
lovro-bikic merged 2 commits into
masterfrom
feature/expand-supported-ruby-versions
Dec 12, 2025
Merged

Update supported ruby versions#63
lovro-bikic merged 2 commits into
masterfrom
feature/expand-supported-ruby-versions

Conversation

@gogi1805

Copy link
Copy Markdown
Contributor

Done as part of #1224

Aim

Drop support for ruby 2.6 and 2.7
Add support for ruby 3.2, 3.3 and 3.4

Solution

Updated test.yml
Update required ruby version in gemspec

@gogi1805 gogi1805 requested a review from lovro-bikic December 12, 2025 13:30
@gogi1805 gogi1805 self-assigned this Dec 12, 2025
Comment thread test/helpers/test_helper.rb Outdated
SimpleCov.start

require 'minitest/autorun'
require 'logger'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we still need this change?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yeah, I couldn't run the tests locally without it

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hmm, tests pass locally for me, even with the String class change:
image

Does this fail on a specific Ruby version?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It was an issue with the older version of activesupport for me locally. Removing the Gemfile.lock and running bundle install again fixed the issue and tests pass without this logger requirement on all supported ruby versions.

@gogi1805 gogi1805 requested a review from lovro-bikic December 12, 2025 13:59
@lovro-bikic lovro-bikic merged commit 4a44a89 into master Dec 12, 2025
5 checks passed
@lovro-bikic lovro-bikic deleted the feature/expand-supported-ruby-versions branch December 12, 2025 14:36
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