File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ gem "unicorn"
36
36
group :development , :mysql do
37
37
gem "better_errors"
38
38
gem "binding_of_caller"
39
- gem "brakeman"
40
39
gem "bundler-audit"
41
- gem "guard-brakeman"
42
40
gem "guard-livereload"
43
41
gem "guard-rspec"
44
42
gem "guard-shell"
Original file line number Diff line number Diff line change 57
57
rack (>= 0.9.0 )
58
58
binding_of_caller (0.8.0 )
59
59
debug_inspector (>= 0.0.1 )
60
- brakeman (4.5.0 )
61
60
builder (3.2.3 )
62
61
bundler-audit (0.6.1 )
63
62
bundler (>= 1.2.0 , < 3 )
126
125
pry (>= 0.9.12 )
127
126
shellany (~> 0.0 )
128
127
thor (>= 0.18.1 )
129
- guard-brakeman (0.8.3 )
130
- brakeman (>= 2.1.1 )
131
- guard (>= 2.0.0 )
132
128
guard-compat (1.2.1 )
133
129
guard-livereload (2.5.2 )
134
130
em-websocket (~> 0.5 )
@@ -338,14 +334,12 @@ DEPENDENCIES
338
334
bcrypt
339
335
better_errors
340
336
binding_of_caller
341
- brakeman
342
337
bundler-audit
343
338
capybara
344
339
coffee-rails
345
340
database_cleaner
346
341
execjs
347
342
foreman
348
- guard-brakeman
349
343
guard-livereload
350
344
guard-rspec
351
345
guard-shell
You can’t perform that action at this time.
0 commit comments