File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ group :development do
6161 # https://github.com/banister/binding_of_caller/pull/90
6262 gem 'binding_of_caller' , github : 'kivikakk/binding_of_caller' , branch : 'push-yrnnzolypxun'
6363 gem 'brakeman' , '~> 7.1'
64+ # Add debug_inspector explicitly until new binding_of_caller version is released
65+ gem 'debug_inspector' , '>= 1.2.0'
6466 gem 'i18n-tasks' , '~> 1.1.2'
6567 gem 'letter_opener' , '~> 1.10'
6668 gem 'listen' , '~> 3.10'
Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ DEPENDENCIES
673673 capybara (~> 3.40 )
674674 chaotic_order (~> 0.1.0 )
675675 cssbundling-rails (~> 1.4 )
676+ debug_inspector (>= 1.2.0 )
676677 devise (~> 4.9 )
677678 devise_token_auth (~> 1.2 , >= 1.2.6 )
678679 dotenv-rails (~> 3.2.0 )
You can’t perform that action at this time.
0 commit comments