diff --git a/Gemfile b/Gemfile index 5b9b81b..cb4e0f1 100644 --- a/Gemfile +++ b/Gemfile @@ -215,7 +215,7 @@ group :development do # Automatic Ruby code style checking tool # Read more: https://docs.rubocop.org/ - gem 'rubocop', '~> 1.35', require: false + gem 'rubocop', '~> 1.36', require: false gem 'rubocop-performance', '~> 1.14', require: false gem 'rubocop-rails', '~> 2.15' gem 'rubocop-rspec', '~> 2.12', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..24a2308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.35.1) + rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) @@ -503,7 +503,7 @@ DEPENDENCIES reek (~> 6.1) rolify (~> 6.0) rspec-rails (~> 5.1) - rubocop (~> 1.35) + rubocop (~> 1.36) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12)