diff --git a/Gemfile b/Gemfile index 27bf2a5e..3e146008 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,6 @@ end group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed - gem 'rubocop-minitest', '~> 0.31.1' + gem 'rubocop-minitest', '~> 0.32.0' gem 'rubocop-rails', '~> 2.21' end diff --git a/Gemfile.lock b/Gemfile.lock index 10085c9d..8793e732 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.1) + rubocop-minitest (0.32.0) rubocop (>= 1.39, < 2.0) rubocop-rails (2.21.1) activesupport (>= 4.2.0) @@ -278,7 +278,7 @@ DEPENDENCIES pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.0) - rubocop-minitest (~> 0.31.1) + rubocop-minitest (~> 0.32.0) rubocop-rails (~> 2.21) simplecov (~> 0.21) tzinfo-data diff --git a/gemset.nix b/gemset.nix index 9716f975..248d0b71 100644 --- a/gemset.nix +++ b/gemset.nix @@ -887,10 +887,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0r0bif9fssw7jyxsbnxa5rqnihb9ips0jak8c9y8yx3xg3q3d9xx"; + sha256 = "1w4pakahwy8sq85f3qimg7rd1dirz3qc9h09igr6b6xzcljw23kf"; type = "gem"; }; - version = "0.31.1"; + version = "0.32.0"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop"];