Skip to content

Commit ecae4a3

Browse files
Add brakeman
1 parent b90caf5 commit ecae4a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem "sqlite3", ">= 2.0"
1818
gem "bcrypt", "~> 3.1.7"
1919

2020
group :development, :test do
21+
gem "brakeman", require: false
2122
gem "rubocop-rails-omakase", require: false
2223
end
2324

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ GEM
106106
bigdecimal (3.1.8)
107107
bootsnap (1.18.3)
108108
msgpack (~> 1.2)
109+
brakeman (6.1.2)
110+
racc
109111
builder (3.3.0)
110112
capybara (3.40.0)
111113
addressable
@@ -299,6 +301,7 @@ PLATFORMS
299301
DEPENDENCIES
300302
bcrypt (~> 3.1.7)
301303
bootsnap
304+
brakeman
302305
capybara
303306
importmap-rails
304307
propshaft

0 commit comments

Comments
 (0)