File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ group :development do
116116 gem "overcommit" , require : false
117117 gem "rails_best_practices" , require : false
118118 gem "reek" , require : false
119- gem "rubocop" , '~> 0.86 .0' , require : false
119+ gem "rubocop" , '~> 1.12 .0' , require : false
120120 gem "rubocop-rails" , require : false
121121end
122122
Original file line number Diff line number Diff line change 6262 zeitwerk (~> 2.3 )
6363 addressable (2.7.0 )
6464 public_suffix (>= 2.0.2 , < 5.0 )
65- ast (2.4.1 )
65+ ast (2.4.2 )
6666 bcrypt (3.1.16 )
6767 bindex (0.8.1 )
6868 bootsnap (1.7.3 )
145145 rack-contrib (>= 1.1 , < 3 )
146146 railties (>= 3.0.0 , < 7 )
147147 method_source (1.0.0 )
148- mimemagic (0.3.5 )
148+ mimemagic (0.3.6 )
149149 mini_mime (1.0.2 )
150150 mini_portile2 (2.5.0 )
151151 minitest (5.14.4 )
159159 overcommit (0.57.0 )
160160 childprocess (>= 0.6.3 , < 5 )
161161 iniparse (~> 1.4 )
162- parallel (1.19.2 )
162+ parallel (1.20.1 )
163163 parser (3.0.0.0 )
164164 ast (~> 2.4.1 )
165165 pg (1.2.3 )
219219 parser (~> 3.0.0 )
220220 psych (~> 3.1 )
221221 rainbow (>= 2.0 , < 4.0 )
222- regexp_parser (2.0.3 )
222+ regexp_parser (2.1.1 )
223223 require_all (3.0.0 )
224224 responders (3.0.1 )
225225 actionpack (>= 5.0 )
@@ -244,17 +244,17 @@ GEM
244244 rspec-support (3.10.2 )
245245 rspec_junit_formatter (0.4.1 )
246246 rspec-core (>= 2 , < 4 , != 2.12.0 )
247- rubocop (0.86 .0 )
247+ rubocop (1.12 .0 )
248248 parallel (~> 1.10 )
249- parser (>= 2.7 .0.1 )
249+ parser (>= 3.0 .0.0 )
250250 rainbow (>= 2.2.2 , < 4.0 )
251- regexp_parser (>= 1.7 )
251+ regexp_parser (>= 1.8 , < 3.0 )
252252 rexml
253- rubocop-ast (>= 0.0.3 , < 1 .0 )
253+ rubocop-ast (>= 1.2.0 , < 2 .0 )
254254 ruby-progressbar (~> 1.7 )
255- unicode-display_width (>= 1.4.0 , < 2 .0 )
256- rubocop-ast (0.0.3 )
257- parser (>= 2.7.0.1 )
255+ unicode-display_width (>= 1.4.0 , < 3 .0 )
256+ rubocop-ast (1.4.1 )
257+ parser (>= 2.7.1.5 )
258258 rubocop-rails (2.6.0 )
259259 activesupport (>= 4.2.0 )
260260 rack (>= 1.1 )
304304 concurrent-ruby (~> 1.0 )
305305 uglifier (4.2.0 )
306306 execjs (>= 0.3.0 , < 3 )
307- unicode-display_width (1.7 .0 )
307+ unicode-display_width (2.0 .0 )
308308 warden (1.2.9 )
309309 rack (>= 2.0.9 )
310310 web-console (4.1.0 )
@@ -357,7 +357,7 @@ DEPENDENCIES
357357 reek
358358 rspec-rails
359359 rspec_junit_formatter
360- rubocop (~> 0.86 .0 )
360+ rubocop (~> 1.12 .0 )
361361 rubocop-rails
362362 sass-rails (~> 6 )
363363 selenium-webdriver
You can’t perform that action at this time.
0 commit comments