Add github actions and security/linters

This commit is contained in:
Ryan W
2021-09-26 14:47:42 -07:00
parent a51dc8db9a
commit 492066dca5
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -42,6 +42,10 @@ gem "bootsnap", ">= 1.4.4", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
gem "bundler-audit"
gem "brakeman"
gem "rubocop-rails"
group :development, :test do
# Start debugger with binding.b [https://github.com/ruby/debug]
gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ]