diff --git a/Gemfile b/Gemfile index 036fef3b..0a79ac10 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem 'rubocop', '~> 1.35', require: false + gem 'rubocop', '~> 1.36', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 651a4d45..d33064f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,7 +237,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.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) @@ -360,7 +360,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 1.35) + rubocop (~> 1.36) sanitize (~> 6.0) sassc-rails (~> 2.1.2) simplecov