Skip to content

[Daily][Ruby] Update RubyGems Dependencies - #183

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

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, mirrors the new Bundler and gem versions to the Environment section of every README.md that documents them, 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
rbs 4.1.1 4.1.2 Patch-level update. RBS is the language for type signatures for Ruby and standard library definitions. 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 97b5876 into master Aug 3, 2026
9 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/ruby/update-rubygems-dependencies branch August 3, 2026 17:16
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