Skip to content

[ruby] Update Gem Dependencies#107

Merged
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/ruby/update-gem-dependencies
Jun 20, 2026
Merged

[ruby] Update Gem Dependencies#107
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/ruby/update-gem-dependencies

Conversation

@hayat01sh1da

@hayat01sh1da hayat01sh1da commented Jun 20, 2026

Copy link
Copy Markdown
Owner

1. Overview

This PR (#107) updates the Gem dependencies of the ruby/ project in the coding-tests repository.
It is a small, focused update that bumps a single directly declared gem (rubocop) in Gemfile and one transitively locked gem (rbs) in Gemfile.lock.
Both are in-major-version bumps, so no breaking changes are expected.

2. Key Changes & Differences in Each Gem

Gems Before After Changes & Differences
rubocop 1.86.2 1.88.0 Directly declared linter in ruby/Gemfile (gem 'rubocop', '~> 1.88.0'). Minor bump adding new cops and bug fixes.
rbs 4.0.2 4.0.3 Transitive (locked) type-signature dependency pulled in via rbs-inline / steep. Patch release.

3. Summary

This is a minimal maintenance update.
The only directly requested change is rubocop 1.86.2 → 1.88.0, with rbs 4.0.3 resolved transitively by Bundler.
The other RuboCop plugins (rubocop-minitest, rubocop-performance) and steep were left untouched and remain compatible with the new RuboCop version.
The change is confined to the development/lint/type-checking toolchain and carries minimal risk.

4. References

@hayat01sh1da hayat01sh1da self-assigned this Jun 20, 2026

@hayat01sh1da hayat01sh1da left a comment

Copy link
Copy Markdown
Owner Author

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 0fe01fd into master Jun 20, 2026
9 checks passed
@hayat01sh1da hayat01sh1da deleted the hayat01sh1da/ruby/update-gem-dependencies branch June 20, 2026 16:12
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