We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088d081 commit b0975e7Copy full SHA for b0975e7
Gemfile
@@ -79,4 +79,6 @@ group :development, :test do
79
# NOTE: This enable GitHub Codespaces. Uncomment for YAGNI.
80
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1526
81
#gem 'mini_racer'
82
+
83
+ gem 'brakeman', require: false
84
end
Gemfile.lock
@@ -109,6 +109,8 @@ GEM
109
bootstrap-sass (3.4.1)
110
autoprefixer-rails (>= 5.2.1)
111
sassc (>= 2.0.0)
112
+ brakeman (7.1.0)
113
+ racc
114
builder (3.3.0)
115
capybara (3.40.0)
116
addressable
@@ -489,6 +491,7 @@ DEPENDENCIES
489
491
aws-sdk-s3 (~> 1)
490
492
bootsnap
493
bootstrap-sass
494
+ brakeman
495
capybara
496
connpass_api_v2
497
csv
0 commit comments