mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add brakeman gem
This commit is contained in:
parent
91308b93e5
commit
68dde8a6ef
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -70,6 +70,7 @@ group :development do
|
|||
gem 'seed_dump'
|
||||
gem 'web-console'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
gem 'brakeman'
|
||||
gem 'spring'
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ GEM
|
|||
bindex (0.8.1)
|
||||
bootsnap (1.10.3)
|
||||
msgpack (~> 1.2)
|
||||
brakeman (5.2.1)
|
||||
builder (3.2.4)
|
||||
bullet (7.0.1)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -337,6 +338,7 @@ DEPENDENCIES
|
|||
activerecord-import
|
||||
apparition!
|
||||
bootsnap
|
||||
brakeman
|
||||
bullet
|
||||
byebug
|
||||
capybara
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue