File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 77
77
arbre (1.2.1 )
78
78
activesupport (>= 3.0.0 )
79
79
arel (9.0.0 )
80
+ ast (2.4.0 )
80
81
bcrypt (3.1.13 )
81
82
builder (3.2.4 )
82
83
capybara (3.31.0 )
142
143
has_scope (~> 0.6 )
143
144
railties (>= 5.0 , < 6.1 )
144
145
responders (>= 2 , < 4 )
146
+ jaro_winkler (1.5.4 )
145
147
jquery-rails (4.3.5 )
146
148
rails-dom-testing (>= 1 , < 3 )
147
149
railties (>= 4.2.0 )
@@ -191,13 +193,18 @@ GEM
191
193
mime-types
192
194
mimemagic (~> 0.3.0 )
193
195
terrapin (~> 0.6.0 )
196
+ parallel (1.19.1 )
197
+ parser (2.7.1.2 )
198
+ ast (~> 2.4.0 )
194
199
polyamorous (2.3.2 )
195
200
activerecord (>= 5.2.1 )
201
+ powerpack (0.1.2 )
196
202
pry (0.12.2 )
197
203
coderay (~> 1.1.0 )
198
204
method_source (~> 0.9.0 )
199
205
pry-rails (0.3.9 )
200
206
pry (>= 0.10.4 )
207
+ psych (3.1.0 )
201
208
public_suffix (4.0.3 )
202
209
puma (4.3.3 )
203
210
nio4r (~> 2.0 )
228
235
method_source
229
236
rake (>= 0.8.7 )
230
237
thor (>= 0.19.0 , < 2.0 )
238
+ rainbow (3.0.0 )
231
239
rake (13.0.1 )
232
240
ransack (2.3.2 )
233
241
activerecord (>= 5.2.1 )
263
271
rspec-mocks (~> 3.9.0 )
264
272
rspec-support (~> 3.9.0 )
265
273
rspec-support (3.9.2 )
274
+ rubocop (0.65.0 )
275
+ jaro_winkler (~> 1.5.1 )
276
+ parallel (~> 1.10 )
277
+ parser (>= 2.5 , != 2.5.1.1 )
278
+ powerpack (~> 0.1 )
279
+ psych (>= 3.1.0 )
280
+ rainbow (>= 2.2.2 , < 4.0 )
281
+ ruby-progressbar (~> 1.7 )
282
+ unicode-display_width (~> 1.4.0 )
283
+ ruby-progressbar (1.10.1 )
266
284
rubyzip (2.2.0 )
267
285
sassc (2.2.1 )
268
286
ffi (~> 1.9 )
293
311
tilt (2.0.10 )
294
312
tzinfo (1.2.6 )
295
313
thread_safe (~> 0.1 )
314
+ unicode-display_width (1.4.1 )
296
315
warden (1.2.8 )
297
316
rack (>= 2.0.6 )
298
317
webdrivers (4.2.0 )
@@ -327,6 +346,7 @@ DEPENDENCIES
327
346
puma
328
347
rails (~> 5.2 , >= 5.2.4.1 )
329
348
rspec-rails
349
+ rubocop (~> 0.65.0 )
330
350
shoulda-matchers
331
351
sqlite3
332
352
webdrivers
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Gem::Specification.new do |s|
37
37
s . add_development_dependency "puma"
38
38
s . add_development_dependency "rails" , "~> 5.2" , ">= 5.2.4.1"
39
39
s . add_development_dependency "rspec-rails"
40
+ s . add_development_dependency "rubocop" , "~> 0.65.0"
40
41
s . add_development_dependency "shoulda-matchers"
41
42
s . add_development_dependency "sqlite3"
42
43
s . add_development_dependency "webdrivers"
You can’t perform that action at this time.
0 commit comments