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 b90caf5 commit ecae4a3Copy full SHA for ecae4a3
Gemfile
@@ -18,6 +18,7 @@ gem "sqlite3", ">= 2.0"
18
gem "bcrypt", "~> 3.1.7"
19
20
group :development, :test do
21
+ gem "brakeman", require: false
22
gem "rubocop-rails-omakase", require: false
23
end
24
Gemfile.lock
@@ -106,6 +106,8 @@ GEM
106
bigdecimal (3.1.8)
107
bootsnap (1.18.3)
108
msgpack (~> 1.2)
109
+ brakeman (6.1.2)
110
+ racc
111
builder (3.3.0)
112
capybara (3.40.0)
113
addressable
@@ -299,6 +301,7 @@ PLATFORMS
299
301
DEPENDENCIES
300
302
bcrypt (~> 3.1.7)
303
bootsnap
304
+ brakeman
305
capybara
306
importmap-rails
307
propshaft
0 commit comments