chore: Add annotate gem

This commit is contained in:
Nelson Jovel 2024-01-31 15:07:10 -08:00
parent 8a8bd4846c
commit 54d0545f58
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,7 @@ gem "pg"
gem "sprockets-rails"
group :development, :test do
gem "annotate"
gem "debug"
gem "web-console"
end

View file

@ -92,6 +92,9 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.5)
@ -266,6 +269,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
annotate
dashboard!
debug
factory_bot_rails