Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Production

Built with JEKYLL_ENV=production. Changes require deployment.

Theme & Build
Jekyll v3.10.0
Last Build Jul 07, 04:03
Page Location
Page Info
Layout default
Collection docs
Path _docs/development/dependency-updates.md
URL /docs/development/dependency-updates/
Date 2026-07-07

Dependency Updates

Guide to automated dependency management and Ruby gem updates for the Zer0-Mistakes theme.

Table of Contents

Dependency Updates

The theme uses a Zero-Pin strategy: Gemfile specifies no pinned versions; Gemfile.lock is committed to ensure reproducible builds. Dependencies are updated weekly via bundle update and a small automated PR workflow.

Quick Reference

# Update all gems
bundle update

# Check for security advisories
bundle exec bundle-audit check --update

# Verify site still builds
bundle exec jekyll build

Full Reference

The complete dependency management guide — Zero-Pin strategy rationale, Dependabot configuration, update policy, lockfile management:

Dependency Management → docs/systems/dependency-management.md