diff --git a/Gemfile b/Gemfile index d3d0473d11..e84f94fbe3 100644 --- a/Gemfile +++ b/Gemfile @@ -155,7 +155,7 @@ group :development, :test do gem "rubocop" # Rails add-on for static analysis. gem 'rubocop-performance' - gem "rubocop-rails", "~> 2.25.1" + gem "rubocop-rails", "~> 2.26.0" # Default rules for Rubocop. gem "standard", "~> 1.40" # Erb linter. diff --git a/Gemfile.lock b/Gemfile.lock index 00eb91036d..924d02ed27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -594,10 +594,10 @@ GEM rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-graphviz (1.2.5) rexml @@ -786,7 +786,7 @@ DEPENDENCIES rspec-rails (~> 6.1.4) rubocop rubocop-performance - rubocop-rails (~> 2.25.1) + rubocop-rails (~> 2.26.0) sass-rails shoulda-matchers (~> 6.2) simple_form