diff --git a/Gemfile b/Gemfile index 06e7696da..5e4fb4f6a 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :development, :test do gem "minitest-hooks", "~> 1.4" gem "minitest-spec-rails", "~> 5.4" gem "rails-controller-testing", "~> 1.0" - gem "rubocop", "0.52.1", require: false + gem "rubocop", "0.54.0", require: false gem "spring", "~> 2.0" end diff --git a/Gemfile.lock b/Gemfile.lock index b05e4902e..f46200a7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,8 +258,8 @@ GEM mime-types mimemagic (~> 0.3.0) parallel (1.12.1) - parser (2.4.0.2) - ast (~> 2.3) + parser (2.5.0.4) + ast (~> 2.4.0) pg (0.21.0) poltergeist (1.17.0) capybara (~> 2.1) @@ -347,9 +347,9 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rinku (2.0.4) - rubocop (0.52.1) + rubocop (0.54.0) parallel (~> 1.10) - parser (>= 2.4.0.2, < 3.0) + parser (>= 2.5) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) @@ -459,7 +459,7 @@ DEPENDENCIES redis-rails (~> 5.0) rest-client (~> 2.0) rinku (~> 2.0) - rubocop (= 0.52.1) + rubocop (= 0.54.0) rubyzip (~> 1.2) sass-rails (~> 5.0) sidekiq (~> 5.1)