Skip to content

Commit dcb4249

Browse files
Bump rubocop from 0.86.0 to 1.12.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.86.0 to 1.12.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.86.0...v1.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 36bbf32 commit dcb4249

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
121121
end
122122

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
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)
@@ -145,7 +145,7 @@ GEM
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)
@@ -159,7 +159,7 @@ GEM
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)
@@ -219,7 +219,7 @@ GEM
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)
@@ -304,7 +304,7 @@ GEM
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

0 commit comments

Comments
 (0)