Skip to content

[Daily][Ruby on Rails] Update RubyGems Dependencies#392

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

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

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

1. Overview

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

gem update --system
gem install bundler
bundle update --bundler
bundle update --all
bundle exec rbs collection update

2. Key Changes & Differences

ruby-on-rails/e-navigator

Gems Before After Changes & Differences
erb 6.0.5 6.0.6 Patch-level update. An easy to use but powerful templating system for Ruby. Transitive dependency.

ruby-on-rails/perfect-ruby-on-rails

Gems Before After Changes & Differences
erb 6.0.5 6.0.6 Patch-level update. An easy to use but powerful templating system for Ruby. Transitive dependency.

ruby-on-rails/restful-api

Gems Before After Changes & Differences
erb 6.0.5 6.0.6 Patch-level update. An easy to use but powerful templating system for Ruby. Transitive dependency.

3. Summary

All gem dependencies (Gemfile and Gemfile.lock) and RBS collections (rbs_collection.lock.yaml) in the Ruby on Rails applications are now up to date.
Please make sure that all CI workflows pass before merging this pull request.

4. References

hayat01sh1da

This comment was marked as low quality.

@hayat01sh1da
hayat01sh1da enabled auto-merge July 20, 2026 15:42

@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 6839c1e into master Jul 20, 2026
20 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/ruby-on-rails/update-rubygems-dependencies branch July 20, 2026 15:43
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