Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit e1c0625

Browse files
dependabot-supportmcritchlow
authored andcommitted
Bump rubocop from 0.49.1 to 0.58.2
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.49.1 to 0.58.2. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.49.1...v0.58.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37f93ef commit e1c0625

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ group :development, :test do
6161
gem 'rspec-rails', '3.6.0'
6262
gem 'rspec-activemodel-mocks', '~> 1.0'
6363
gem 'simplecov', '~> 0.14.1'
64-
gem 'rubocop', '0.49.1', require: false
64+
gem 'rubocop', '0.58.2', require: false
6565
gem 'rubocop-rspec', '1.15.1'
6666
gem 'unicorn', '~> 5.3.0'
6767
gem 'rspec_junit_formatter', '~> 0.2.3'

Gemfile.lock

+14-13
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
airbrussh (1.2.0)
7272
sshkit (>= 1.6.1, != 1.7.0)
7373
arel (6.0.4)
74-
ast (2.3.0)
74+
ast (2.4.0)
7575
bcrypt (3.1.11)
7676
blacklight (4.7.0)
7777
bootstrap-sass (>= 2.2.0, < 2.4)
@@ -182,6 +182,7 @@ GEM
182182
hydra-core (= 6.5.2)
183183
rails (>= 3.2.6)
184184
i18n (0.8.1)
185+
jaro_winkler (1.5.1)
185186
jettywrapper (2.0.3)
186187
activesupport (>= 3.0.0)
187188
childprocess
@@ -245,17 +246,17 @@ GEM
245246
omniauth-shibboleth (1.2.1)
246247
omniauth (>= 1.0.0)
247248
orm_adapter (0.5.0)
248-
parallel (1.11.2)
249-
parser (2.4.0.0)
250-
ast (~> 2.2)
249+
parallel (1.12.1)
250+
parser (2.5.1.2)
251+
ast (~> 2.4.0)
251252
parslet (1.7.1)
252253
blankslate (>= 2.0, <= 4.0)
253254
pg (0.18.3)
254255
poltergeist (1.15.0)
255256
capybara (~> 2.1)
256257
cliver (~> 0.3.1)
257258
websocket-driver (>= 0.2.0)
258-
powerpack (0.1.1)
259+
powerpack (0.1.2)
259260
pry (0.10.4)
260261
coderay (~> 1.1.0)
261262
method_source (~> 0.8.1)
@@ -298,8 +299,7 @@ GEM
298299
activesupport (= 4.2.7.1)
299300
rake (>= 0.8.7)
300301
thor (>= 0.18.1, < 2.0)
301-
rainbow (2.2.2)
302-
rake
302+
rainbow (3.0.0)
303303
raindrops (0.18.0)
304304
rake (12.3.1)
305305
rdf (1.1.1.1)
@@ -341,16 +341,17 @@ GEM
341341
rspec_junit_formatter (0.2.3)
342342
builder (< 4)
343343
rspec-core (>= 2, < 4, != 2.12.0)
344-
rubocop (0.49.1)
344+
rubocop (0.58.2)
345+
jaro_winkler (~> 1.5.1)
345346
parallel (~> 1.10)
346-
parser (>= 2.3.3.1, < 3.0)
347+
parser (>= 2.5, != 2.5.1.1)
347348
powerpack (~> 0.1)
348-
rainbow (>= 1.99.1, < 3.0)
349+
rainbow (>= 2.2.2, < 4.0)
349350
ruby-progressbar (~> 1.7)
350351
unicode-display_width (~> 1.0, >= 1.0.1)
351352
rubocop-rspec (1.15.1)
352353
rubocop (>= 0.42.0)
353-
ruby-progressbar (1.8.1)
354+
ruby-progressbar (1.9.0)
354355
rubydora (1.7.5)
355356
activemodel
356357
activesupport
@@ -416,7 +417,7 @@ GEM
416417
unf (0.1.4)
417418
unf_ext
418419
unf_ext (0.0.7.1)
419-
unicode-display_width (1.2.1)
420+
unicode-display_width (1.4.0)
420421
unicorn (5.3.0)
421422
kgio (~> 2.6)
422423
raindrops (~> 0.7)
@@ -474,7 +475,7 @@ DEPENDENCIES
474475
rspec-mocks (= 3.6.0)
475476
rspec-rails (= 3.6.0)
476477
rspec_junit_formatter (~> 0.2.3)
477-
rubocop (= 0.49.1)
478+
rubocop (= 0.58.2)
478479
rubocop-rspec (= 1.15.1)
479480
rubyzip (= 1.2.1)
480481
sass-rails (~> 5.0.5)

0 commit comments

Comments
 (0)