diff --git a/Gemfile b/Gemfile index f5394c26..b16e1264 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.32.0' + gem 'rubocop-minitest', '~> 0.32.2' gem 'rubocop-rails', '~> 2.21' end diff --git a/Gemfile.lock b/Gemfile.lock index 6788dbda..0ce2e3ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -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.32.0) + rubocop-minitest (0.32.2) 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.32.0) + rubocop-minitest (~> 0.32.2) rubocop-rails (~> 2.21) simplecov (~> 0.21) tzinfo-data diff --git a/gemset.nix b/gemset.nix index 81405059..2aa9825b 100644 --- a/gemset.nix +++ b/gemset.nix @@ -865,10 +865,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1i3571gchdj3c28znr5kisj0fkppy57208g9j1kv23rhk3p5q5p2"; + sha256 = "0wgnf17sq22f4f79r44hxbd1w0ivvl89mbjshpzqzd4zk199y8wq"; type = "gem"; }; - version = "1.56.3"; + version = "1.56.4"; }; rubocop-ast = { dependencies = ["parser"]; @@ -887,10 +887,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1w4pakahwy8sq85f3qimg7rd1dirz3qc9h09igr6b6xzcljw23kf"; + sha256 = "1znljj99mcx4mpvcvs06zn1wi4px1qbqp5n6z71awhmk0lmqqylr"; type = "gem"; }; - version = "0.32.0"; + version = "0.32.2"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop"];