Package manager
RubyGems
Import Gemfile and watch changelogs, release notes and security updates.
Track web app dependencies with changelog highlights and alerts.
Platforms: Ruby, Rails
What you get
A single monitor with clear alerts and clean summaries.
- Release notes and changelog summaries
- Security and breaking change signals
- Alerts sent to email or webhooks
Monitor RubyGems dependencies with DepLog.dev
We track public registries and read release notes when available. Alerts follow your version ranges so you only see relevant changes.
Supported inputs
Paste the full file, a dependency section or a clean list.
Gemfile
Recommended file format for RubyGems projects.
List format
One package per line. Example: rails 7.1.3.
Example input
Example only. Your file can include more fields.
source "https://rubygems.org"
gem "rails", "~> 7.1.3"
gem "pg", "~> 1.5"How to import dependencies
Follow these steps before you save the monitor.
1
Open Gemfile and copy the dependencies.
2
Paste into DepLog and confirm the list.
3
Choose alert rules and a delivery channel.
4
Save the monitor and wait for the first scan.
Alerting tips
Pinned versions do not trigger alerts. Use the range syntax your manager supports if you want more updates.
FAQ
Common questions about RubyGems
Which file should I paste for RubyGems?
Paste Gemfile. You can also paste a line list.
Can I paste a line list like rails 7.1.3?
Yes. Use one package per line with versions when possible.
Do you read gems inside group blocks?
Yes. We read gem entries even when they are inside group blocks.
Do you support private registries?
Not yet. We monitor public registries only. Private packages are not supported.