Skip to content

Use latest Ruby 3.1 and Rails 7.x patch versions#17

Merged
etagwerker merged 1 commit intomainfrom
update-ruby-rails-patch
Oct 30, 2025
Merged

Use latest Ruby 3.1 and Rails 7.x patch versions#17
etagwerker merged 1 commit intomainfrom
update-ruby-rails-patch

Conversation

@arielj
Copy link
Copy Markdown

@arielj arielj commented Oct 29, 2025

Current main branch uses Ruby 3.1.3 and Rails 7.2.2.2 in the next gemfile but it's failing to resolve dependencies when running bundle update rails (that's why the tests keep failing in #15, it's stuck resolving dependencies for 5hs and then killed).

Upgrading Ruby to the latest 3.1.7 patch and bundler to 2.6.9 (latest version that supports Ruby 3.1) allows running bundle update rails with no issues.

I'm including those updated Rails versions also in this PR

@arielj arielj marked this pull request as ready for review October 29, 2025 01:19
Copy link
Copy Markdown
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

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

@arielj Looks good, thank you!

@etagwerker etagwerker merged commit 32e2fbe into main Oct 30, 2025
2 checks passed
@etagwerker etagwerker deleted the update-ruby-rails-patch branch October 30, 2025 18:29
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