File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ group :development, :test do
63
63
gem 'pry-remote'
64
64
gem 'rspec-collection_matchers'
65
65
gem 'rspec-rails'
66
- gem 'rubocop' , '~> 0.80.1 ' , require : false
66
+ gem 'rubocop' , '~> 0.86.0 ' , require : false
67
67
gem 'rubocop-rails' , require : false
68
68
gem 'bullet'
69
69
end
Original file line number Diff line number Diff line change 49
49
addressable (2.7.0 )
50
50
public_suffix (>= 2.0.2 , < 5.0 )
51
51
arel (6.0.4 )
52
- ast (2.4.0 )
52
+ ast (2.4.1 )
53
53
better_errors (2.7.1 )
54
54
coderay (>= 1.0.0 )
55
55
erubi (>= 1.0.0 )
159
159
icalendar (2.6.1 )
160
160
ice_cube (~> 0.16 )
161
161
ice_cube (0.16.3 )
162
- jaro_winkler (1.5.4 )
163
162
jbuilder (2.9.1 )
164
163
activesupport (>= 4.2.0 )
165
164
jquery-rails (3.1.4 )
213
212
omniauth-oauth2 (1.6.0 )
214
213
oauth2 (~> 1.1 )
215
214
omniauth (~> 1.9 )
216
- parallel (1.19.1 )
217
- parser (2.7.1.2 )
218
- ast (~> 2.4.0 )
215
+ parallel (1.19.2 )
216
+ parser (2.7.1.4 )
217
+ ast (~> 2.4.1 )
219
218
pg (0.20.0 )
220
219
pickadate-rails (3.5.6.0 )
221
220
railties (>= 3.1.0 )
@@ -303,14 +302,17 @@ GEM
303
302
rspec-mocks (~> 3.9 )
304
303
rspec-support (~> 3.9 )
305
304
rspec-support (3.9.2 )
306
- rubocop (0.80.1 )
307
- jaro_winkler (~> 1.5.1 )
305
+ rubocop (0.86.0 )
308
306
parallel (~> 1.10 )
309
307
parser (>= 2.7.0.1 )
310
308
rainbow (>= 2.2.2 , < 4.0 )
309
+ regexp_parser (>= 1.7 )
311
310
rexml
311
+ rubocop-ast (>= 0.0.3 , < 1.0 )
312
312
ruby-progressbar (~> 1.7 )
313
- unicode-display_width (>= 1.4.0 , < 1.7 )
313
+ unicode-display_width (>= 1.4.0 , < 2.0 )
314
+ rubocop-ast (0.0.3 )
315
+ parser (>= 2.7.0.1 )
314
316
rubocop-rails (2.5.2 )
315
317
activesupport
316
318
rack (>= 1.1 )
372
374
tzinfo (>= 1.0.0 )
373
375
uglifier (4.2.0 )
374
376
execjs (>= 0.3.0 , < 3 )
375
- unicode-display_width (1.6.1 )
377
+ unicode-display_width (1.7.0 )
376
378
uniform_notifier (1.13.0 )
377
379
webdrivers (4.4.1 )
378
380
nokogiri (~> 1.6 )
@@ -436,7 +438,7 @@ DEPENDENCIES
436
438
rollbar
437
439
rspec-collection_matchers
438
440
rspec-rails
439
- rubocop (~> 0.80.1 )
441
+ rubocop (~> 0.86.0 )
440
442
rubocop-rails
441
443
sass-rails (~> 5.0.1 )
442
444
shoulda-matchers (~> 4.3 )
You can’t perform that action at this time.
0 commit comments