diff --git a/Gemfile b/Gemfile index 20aba850..50f48727 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.69", require: false + gem "rubocop", "~> 0.71", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 892d8472..74473b18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,14 +193,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - rubocop (0.69.0) + rubocop (0.71.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.10.0) + ruby-progressbar (1.10.1) ruby_dep (1.5.0) rubyzip (1.2.2) safe_yaml (1.0.4) @@ -298,7 +298,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.69) + rubocop (~> 0.71) sanitize (~> 5.0) sass-rails (~> 5.0) selenium-webdriver (~> 3.142)