Skip to content

Commit bd112f0

Browse files
Bump rubocop from 0.86.0 to 1.16.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.86.0 to 1.16.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.16.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8837dc commit bd112f0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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.16.0', require: false
120120
gem "rubocop-rails", require: false
121121
end
122122

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ GEM
157157
overcommit (0.57.0)
158158
childprocess (>= 0.6.3, < 5)
159159
iniparse (~> 1.4)
160-
parallel (1.19.2)
161-
parser (3.0.1.0)
160+
parallel (1.20.1)
161+
parser (3.0.1.1)
162162
ast (~> 2.4.1)
163163
pg (1.2.3)
164164
psych (3.3.1)
@@ -217,7 +217,7 @@ GEM
217217
parser (~> 3.0.0)
218218
psych (~> 3.1)
219219
rainbow (>= 2.0, < 4.0)
220-
regexp_parser (2.0.3)
220+
regexp_parser (2.1.1)
221221
require_all (3.0.0)
222222
responders (3.0.1)
223223
actionpack (>= 5.0)
@@ -242,17 +242,17 @@ GEM
242242
rspec-support (3.10.2)
243243
rspec_junit_formatter (0.4.1)
244244
rspec-core (>= 2, < 4, != 2.12.0)
245-
rubocop (0.86.0)
245+
rubocop (1.16.0)
246246
parallel (~> 1.10)
247-
parser (>= 2.7.0.1)
247+
parser (>= 3.0.0.0)
248248
rainbow (>= 2.2.2, < 4.0)
249-
regexp_parser (>= 1.7)
249+
regexp_parser (>= 1.8, < 3.0)
250250
rexml
251-
rubocop-ast (>= 0.0.3, < 1.0)
251+
rubocop-ast (>= 1.7.0, < 2.0)
252252
ruby-progressbar (~> 1.7)
253-
unicode-display_width (>= 1.4.0, < 2.0)
254-
rubocop-ast (0.0.3)
255-
parser (>= 2.7.0.1)
253+
unicode-display_width (>= 1.4.0, < 3.0)
254+
rubocop-ast (1.7.0)
255+
parser (>= 3.0.1.1)
256256
rubocop-rails (2.6.0)
257257
activesupport (>= 4.2.0)
258258
rack (>= 1.1)
@@ -302,7 +302,7 @@ GEM
302302
concurrent-ruby (~> 1.0)
303303
uglifier (4.2.0)
304304
execjs (>= 0.3.0, < 3)
305-
unicode-display_width (1.7.0)
305+
unicode-display_width (2.0.0)
306306
warden (1.2.9)
307307
rack (>= 2.0.9)
308308
web-console (4.1.0)
@@ -355,7 +355,7 @@ DEPENDENCIES
355355
reek
356356
rspec-rails
357357
rspec_junit_formatter
358-
rubocop (~> 0.86.0)
358+
rubocop (~> 1.16.0)
359359
rubocop-rails
360360
sass-rails (~> 6)
361361
selenium-webdriver

0 commit comments

Comments
 (0)