Skip to content

Conversation

olleolleolle
Copy link
Collaborator

@olleolleolle olleolleolle commented Oct 14, 2025

This PR upgrades Ruby to v3.4.7:

  • Point to the Ruby 3.4.7 in Dockerfile.
  • Gemfile - use Ruby version from the file .ruby-version.
  • Gemfile.lock - the Ruby version, and the Bundler version

Dockerfile
Gemfile - use Ruby version from the file .ruby-version.
Gemfile.lock
Copy link
Contributor

@KimberleyCook KimberleyCook left a comment

Choose a reason for hiding this comment

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

🎉

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '3.4.5'
ruby file: '.ruby-version'
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏼


```bash
CPPFLAGS=-DUSE_FFI_CLOSURE_ALLOC rvm install 3.4.5
CPPFLAGS=-DUSE_FFI_CLOSURE_ALLOC rvm install 3.4.7
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't rvm, rbenv etc. pick up .ruby_version too?

Copy link
Collaborator Author

@olleolleolle olleolleolle Oct 15, 2025

Choose a reason for hiding this comment

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

rbenv works like that.

rvm works like that, too.

Perhaps we can... simplify this instruction.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

#2379 now is about clarification.

@olleolleolle olleolleolle merged commit 49c20da into codebar:master Oct 15, 2025
2 checks passed
@olleolleolle olleolleolle deleted the use-ruby347 branch October 15, 2025 07:37
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.

3 participants