Update binding_of_caller to version 2.0.0 (#38017)

This commit is contained in:
Matt Jankowski
2026-03-02 03:51:09 -05:00
committed by GitHub
parent db241b5c2c
commit 5fd1235ba2
2 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ group :development do
# Enhanced error message pages for development
gem 'better_errors', '~> 2.9'
gem 'binding_of_caller', '~> 1.0'
gem 'binding_of_caller'
# Preview mail in the browser
gem 'letter_opener', '~> 1.8'