File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,6 @@ gem 'sidekiq'
64
64
gem 'net-ssh'
65
65
gem 'ed25519'
66
66
gem 'bcrypt_pbkdf'
67
+
68
+ gem 'rubocop'
69
+ gem 'brakeman'
Original file line number Diff line number Diff line change 64
64
public_suffix (>= 2.0.2 , < 5.0 )
65
65
archive-zip (0.12.0 )
66
66
io-like (~> 0.3.0 )
67
+ ast (2.4.2 )
67
68
autoprefixer-rails (10.2.4.0 )
68
69
execjs
69
70
bcrypt (3.1.16 )
79
80
autoprefixer-rails (>= 9.1.0 )
80
81
popper_js (>= 1.14.3 , < 2 )
81
82
sassc-rails (>= 2.0.0 )
83
+ brakeman (5.0.0 )
82
84
builder (3.2.4 )
83
85
byebug (11.1.3 )
84
86
cancancan (3.2.1 )
175
177
nokogiri (1.11.3-x86_64-linux )
176
178
racc (~> 1.4 )
177
179
orm_adapter (0.5.0 )
180
+ parallel (1.20.1 )
181
+ parser (3.0.1.0 )
182
+ ast (~> 2.4.1 )
178
183
pg (1.2.3 )
179
184
pg (1.2.3-x64-mingw32 )
180
185
pg (1.2.3-x86-mingw32 )
212
217
method_source
213
218
rake (>= 0.8.7 )
214
219
thor (~> 1.0 )
220
+ rainbow (3.0.0 )
215
221
rake (13.0.3 )
216
222
rb-fsevent (0.10.4 )
217
223
rb-inotify (0.10.1 )
221
227
responders (3.0.1 )
222
228
actionpack (>= 5.0 )
223
229
railties (>= 5.0 )
230
+ rexml (3.2.5 )
231
+ rubocop (1.13.0 )
232
+ parallel (~> 1.10 )
233
+ parser (>= 3.0.0.0 )
234
+ rainbow (>= 2.2.2 , < 4.0 )
235
+ regexp_parser (>= 1.8 , < 3.0 )
236
+ rexml
237
+ rubocop-ast (>= 1.2.0 , < 2.0 )
238
+ ruby-progressbar (~> 1.7 )
239
+ unicode-display_width (>= 1.4.0 , < 3.0 )
240
+ rubocop-ast (1.4.1 )
241
+ parser (>= 2.7.1.5 )
242
+ ruby-progressbar (1.11.0 )
224
243
ruby_dep (1.5.0 )
225
244
rubyzip (2.3.0 )
226
245
sass (3.7.4 )
271
290
concurrent-ruby (~> 1.0 )
272
291
uglifier (4.2.0 )
273
292
execjs (>= 0.3.0 , < 3 )
293
+ unicode-display_width (2.0.0 )
274
294
warden (1.2.9 )
275
295
rack (>= 2.0.9 )
276
296
web-console (4.1.0 )
@@ -299,6 +319,7 @@ DEPENDENCIES
299
319
bitfields
300
320
bootsnap (>= 1.1.0 )
301
321
bootstrap (>= 4.3.1 )
322
+ brakeman
302
323
byebug
303
324
cancancan
304
325
capybara (>= 2.15 , < 4.0 )
@@ -319,6 +340,7 @@ DEPENDENCIES
319
340
puma (~> 5.1.0 )
320
341
rails (~> 6.1.1 )
321
342
railties (>= 6.0.0 )
343
+ rubocop
322
344
sass-rails (~> 5.0 )
323
345
selenium-webdriver
324
346
sidekiq
You can’t perform that action at this time.
0 commit comments