chore: Add annotate gem

main
Nelson Jovel 2 years ago
parent 8a8bd4846c
commit 54d0545f58

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

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

Loading…
Cancel
Save