Skip to content

[Daily][Ruby] Update RubyGems Dependencies#164

Merged
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/daily/ruby/update-rubygems-dependencies
Jul 19, 2026
Merged

[Daily][Ruby] Update RubyGems Dependencies#164
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/daily/ruby/update-rubygems-dependencies

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

1. Overview

This pull request was created automatically by the Ruby - Daily Dependencies Update workflow.
It upgrades RubyGems and Bundler, updates every gem to the latest version allowed by the Gemfile, mirrors the updated versions to the Gemfile, and re-locks Gemfile.lock so its DEPENDENCIES section stays in sync with the Gemfile:

gem update --system
gem install bundler
bundle update --bundler
bundle update --all

2. Key Changes & Differences

Gems Before After Changes & Differences
concurrent-ruby 1.3.7 1.3.8 Patch-level update. Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Transitive dependency.

3. Summary

All gem dependencies in ruby/Gemfile and ruby/Gemfile.lock are now up to date.
Please make sure that all CI workflows pass before merging this pull request.

4. References

@hayat01sh1da hayat01sh1da left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM

@hayat01sh1da
hayat01sh1da merged commit 5f6207f into master Jul 19, 2026
9 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/ruby/update-rubygems-dependencies branch July 19, 2026 16:53
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.

1 participant