Skip to content

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

Merged
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/daily/ruby-on-rails/update-rubygems-dependencies
Sep 24, 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
No dependency changes detected

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

Gems Before After Changes & Differences
ffi - 1.17.4 Newly added. Ruby FFI library. Direct dependency.
mini_portile2 - 2.8.9 Newly added. Simple autoconf and cmake builder for developers. Transitive dependency.
nokogiri - 1.19.4 Newly added. Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. Direct 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 5c3e039 into master Sep 24, 2026
10 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/ruby-on-rails/update-rubygems-dependencies branch September 24, 2026 08:18
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