File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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.92 .0' , require : false
66
+ gem 'rubocop' , '~> 1.0 .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 213
213
oauth2 (~> 1.1 )
214
214
omniauth (~> 1.9 )
215
215
parallel (1.19.2 )
216
- parser (2.7.1.5 )
216
+ parser (2.7.2.0 )
217
217
ast (~> 2.4.1 )
218
218
pg (0.20.0 )
219
219
pickadate-rails (3.5.6.0 )
279
279
rb-inotify (0.10.1 )
280
280
ffi (~> 1.0 )
281
281
redcarpet (3.5.0 )
282
- regexp_parser (1.8.1 )
282
+ regexp_parser (1.8.2 )
283
283
rexml (3.2.4 )
284
284
rolify (5.3.0 )
285
285
rollbar (3.0.1 )
@@ -302,16 +302,16 @@ GEM
302
302
rspec-mocks (~> 3.9 )
303
303
rspec-support (~> 3.9 )
304
304
rspec-support (3.9.3 )
305
- rubocop (0.92 .0 )
305
+ rubocop (1.0 .0 )
306
306
parallel (~> 1.10 )
307
307
parser (>= 2.7.1.5 )
308
308
rainbow (>= 2.2.2 , < 4.0 )
309
- regexp_parser (>= 1.7 )
309
+ regexp_parser (>= 1.8 )
310
310
rexml
311
- rubocop-ast (>= 0.5 .0 )
311
+ rubocop-ast (>= 0.6 .0 )
312
312
ruby-progressbar (~> 1.7 )
313
313
unicode-display_width (>= 1.4.0 , < 2.0 )
314
- rubocop-ast (0.7 .1 )
314
+ rubocop-ast (1.0 .1 )
315
315
parser (>= 2.7.1.5 )
316
316
rubocop-rails (2.8.1 )
317
317
activesupport (>= 4.2.0 )
@@ -438,7 +438,7 @@ DEPENDENCIES
438
438
rollbar
439
439
rspec-collection_matchers
440
440
rspec-rails
441
- rubocop (~> 0.92 .0 )
441
+ rubocop (~> 1.0 .0 )
442
442
rubocop-rails
443
443
sass-rails (~> 5.0.1 )
444
444
shoulda-matchers (~> 4.3 )
You can’t perform that action at this time.
0 commit comments