diff --git a/Gemfile b/Gemfile index 0943a889..8a810e88 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-mocks" gem "rspec-rails", "~> 5.1" gem "rspec-sidekiq", "~> 3.0", require: false - gem "rubocop", "~> 1.35" + gem "rubocop", "~> 1.36" gem "rubocop-rails", "~> 2.15" gem "shoulda-matchers", "~> 5.0" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1132dae1..69ae266d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -449,7 +449,7 @@ GEM rspec-core (~> 3.0, >= 3.0.0) sidekiq (>= 2.4.0) rspec-support (3.11.0) - rubocop (1.35.1) + rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) @@ -636,7 +636,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 5.1) rspec-sidekiq (~> 3.0) - rubocop (~> 1.35) + rubocop (~> 1.36) rubocop-rails (~> 2.15) ruby-progressbar sanitize