Skip to content

Update dependencies/Fix CI/Add Ruby 4.1#3831

Merged
kddnewton merged 1 commit into
ruby:mainfrom
Earlopain:update-ci
Dec 31, 2025
Merged

Update dependencies/Fix CI/Add Ruby 4.1#3831
kddnewton merged 1 commit into
ruby:mainfrom
Earlopain:update-ci

Conversation

@Earlopain

Copy link
Copy Markdown
Collaborator

cc @eregon

Comment thread docs/releasing.md
for VERSION in "2.7" "3.0" "3.1" "3.2" "3.3" "3.4"; do docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app -e BUNDLE_GEMFILE="gemfiles/$VERSION/Gemfile" "ruby:$VERSION" bundle update; done
docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app -e BUNDLE_GEMFILE="gemfiles/4.0/Gemfile" ruby:4.0.0-preview2 bundle update
for VERSION in "2.7" "3.0" "3.1" "3.2" "3.3" "3.4" "4.0"; do docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app -e BUNDLE_GEMFILE="gemfiles/$VERSION/Gemfile" "ruby:$VERSION" bundle update; done
chruby ruby-4.1.0-dev && BUNDLE_GEMFILE=gemfiles/4.1/Gemfile bundle install

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

They don't publish development versions of ruby so I went back to using chruby here.

@kddnewton
kddnewton merged commit 863eef5 into ruby:main Dec 31, 2025
66 checks passed
@Earlopain
Earlopain deleted the update-ci branch February 20, 2026 12:41
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