Skip to content

Commit 47cf309

Browse files
Build(deps-dev): Bump rubocop from 0.80.1 to 0.86.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.1 to 0.86.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.80.1...v0.86.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7367d3e commit 47cf309

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :development, :test do
6363
gem 'pry-remote'
6464
gem 'rspec-collection_matchers'
6565
gem 'rspec-rails'
66-
gem 'rubocop', '~> 0.80.1', require: false
66+
gem 'rubocop', '~> 0.86.0', require: false
6767
gem 'rubocop-rails', require: false
6868
gem 'bullet'
6969
end

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
addressable (2.7.0)
5050
public_suffix (>= 2.0.2, < 5.0)
5151
arel (6.0.4)
52-
ast (2.4.0)
52+
ast (2.4.1)
5353
better_errors (2.7.1)
5454
coderay (>= 1.0.0)
5555
erubi (>= 1.0.0)
@@ -159,7 +159,6 @@ GEM
159159
icalendar (2.6.1)
160160
ice_cube (~> 0.16)
161161
ice_cube (0.16.3)
162-
jaro_winkler (1.5.4)
163162
jbuilder (2.9.1)
164163
activesupport (>= 4.2.0)
165164
jquery-rails (3.1.4)
@@ -213,9 +212,9 @@ GEM
213212
omniauth-oauth2 (1.6.0)
214213
oauth2 (~> 1.1)
215214
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)
219218
pg (0.20.0)
220219
pickadate-rails (3.5.6.0)
221220
railties (>= 3.1.0)
@@ -303,14 +302,17 @@ GEM
303302
rspec-mocks (~> 3.9)
304303
rspec-support (~> 3.9)
305304
rspec-support (3.9.2)
306-
rubocop (0.80.1)
307-
jaro_winkler (~> 1.5.1)
305+
rubocop (0.86.0)
308306
parallel (~> 1.10)
309307
parser (>= 2.7.0.1)
310308
rainbow (>= 2.2.2, < 4.0)
309+
regexp_parser (>= 1.7)
311310
rexml
311+
rubocop-ast (>= 0.0.3, < 1.0)
312312
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)
314316
rubocop-rails (2.5.2)
315317
activesupport
316318
rack (>= 1.1)
@@ -372,7 +374,7 @@ GEM
372374
tzinfo (>= 1.0.0)
373375
uglifier (4.2.0)
374376
execjs (>= 0.3.0, < 3)
375-
unicode-display_width (1.6.1)
377+
unicode-display_width (1.7.0)
376378
uniform_notifier (1.13.0)
377379
webdrivers (4.4.1)
378380
nokogiri (~> 1.6)
@@ -436,7 +438,7 @@ DEPENDENCIES
436438
rollbar
437439
rspec-collection_matchers
438440
rspec-rails
439-
rubocop (~> 0.80.1)
441+
rubocop (~> 0.86.0)
440442
rubocop-rails
441443
sass-rails (~> 5.0.1)
442444
shoulda-matchers (~> 4.3)

0 commit comments

Comments
 (0)