diff --git a/Gemfile b/Gemfile index a66ce8b..4a2dade 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development, :test do # Code style and linting gem "rubocop", "~> 1.63.0", require: false - gem "rubocop-rails", "~> 2.24.0", require: false + gem "rubocop-rails", "~> 2.29.1", require: false gem "rubocop-rspec", "~> 2.29.0", require: false gem "rubocop-performance", "~> 1.21.0", require: false gem "rubocop-rake", "~> 0.6.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..e6dbcef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,10 +304,10 @@ GEM rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.24.1) + rubocop-rails (2.29.1) 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) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -399,7 +399,7 @@ DEPENDENCIES rspec-rails (~> 8.0.1) rubocop (~> 1.63.0) rubocop-performance (~> 1.21.0) - rubocop-rails (~> 2.24.0) + rubocop-rails (~> 2.29.1) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.29.0) shoulda-matchers (~> 5.3)