Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set required_ruby_version=2.7.0 #461

Closed
wants to merge 3 commits into from
Closed

Conversation

joshbranham
Copy link
Member

We no longer test or support 2.6.

Closes #460

@joshbranham joshbranham self-assigned this Jan 16, 2025
@willnet
Copy link
Contributor

willnet commented Jan 23, 2025

The CI failures for Rails 6 to 7 are caused by changes introduced in concurrent-ruby v1.3.5. To fix the CI, it is recommended to explicitly add gem "concurrent-ruby", "< 1.3.5". to Gemfile.

ref: Rails 7.0.8 fails to create an app with most recent concurrent-ruby version · Issue #54260 · rails/rails

@joshbranham joshbranham deleted the require-gte-ruby-2.7 branch January 23, 2025 15:31
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.

Version 4.1.1 has unsupported required_ruby_version in gemspec
2 participants