feat: add debug gem and more make commands (#7509)

This commit is contained in:
Vishnu Narayanan
2023-07-18 13:22:02 +05:30
committed by GitHub
parent 5b480f563d
commit 8babf7dec3
3 changed files with 25 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ group :development, :test do
gem 'bundle-audit', require: false
gem 'byebug', platform: :mri
gem 'climate_control'
gem 'debug', '~> 1.8'
gem 'factory_bot_rails'
gem 'listen'
gem 'mock_redis'