Posts Tagged: bundler
-
A Guide to Upgrading Gems and Dependencies in Ruby
Learn how to manage Gemfile updates safely.
-
How to Generate a Gemfile.next.lock for Faster Rails Upgrades
A step-by-step technical guide to generating and managing a Gemfile.next.lock file using the bootboot plugin for smoother Rails upgrades.
-
Preparing for Ruby 4.0: Ten Gems Moving from Default Standard Library to Bundled
Ruby 4.0 moves ten gems from the default standard library to bundled gems. We cover the full list, rationale, app impacts, and Gemfile updates.
-
Securing Your Gemfile: How to Use Bundler Checksums to Prevent Supply Chain Attacks
A guide to using Bundler checksums to secure your Gemfile and prevent supply chain attacks in your Ruby on Rails application.