Skip to content

[Daily][Ruby on Rails] Update RubyGems Dependencies - #509

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

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, mirrors the new Bundler and gem versions to the Environment section of every README.md that documents them, 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
rubyzip 3.6.0 3.7.0 Minor-level update. rubyzip is a ruby module for reading and writing zip files. Transitive dependency.

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

Gems Before After Changes & Differences
rubyzip 3.6.0 3.7.0 Minor-level update. rubyzip is a ruby module for reading and writing zip files. Transitive dependency.

ruby-on-rails/restful-api

Gems Before After Changes & Differences
No dependency changes detected

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 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 77cee70 into master Sep 19, 2026
15 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/ruby-on-rails/update-rubygems-dependencies branch September 19, 2026 16:02
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