Skip to content

884: Ruby Upgrade#3

Merged
ehimen-io merged 6 commits intomainfrom
owens/884/ruby-upgrade
Feb 20, 2026
Merged

884: Ruby Upgrade#3
ehimen-io merged 6 commits intomainfrom
owens/884/ruby-upgrade

Conversation

@ehimen-io
Copy link
Contributor

No description provided.

end
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 3.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we in fact supporting all rubies 3.0 and up? Let's either cap this at "3.x or 4.x (not 5+)" and add supported versions to our CI, or declare ~> 4.0.

Copy link
Contributor

@lavaturtle lavaturtle left a comment

Choose a reason for hiding this comment

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

👍 Looks perfect!

ruby-version: 2.7
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle install
Copy link
Contributor

Choose a reason for hiding this comment

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

does the bundle install happen automatically now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah its part of the setup-ruby script

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ehimen-io ehimen-io merged commit 8a8ed5c into main Feb 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants