mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: Add annotate gem
This commit is contained in:
parent
8a8bd4846c
commit
54d0545f58
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -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…
Add table
Add a link
Reference in a new issue