diff --git a/Gemfile b/Gemfile index b59d1267..01abe225 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-factory_bot', '~> 2.24' - gem 'rubocop-minitest', '~> 0.32.2' + gem 'rubocop-minitest', '~> 0.33.0' gem 'rubocop-rails', '~> 2.21' end diff --git a/Gemfile.lock b/Gemfile.lock index c8dd13bc..58a0353c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pg (1.5.4) @@ -227,16 +227,16 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -247,7 +247,7 @@ GEM parser (>= 3.2.1.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-minitest (0.32.2) + rubocop-minitest (0.33.0) rubocop (>= 1.39, < 2.0) rubocop-rails (2.21.2) activesupport (>= 4.2.0) @@ -268,7 +268,7 @@ GEM timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) wahwah (1.5.1) webrick (1.8.1) websocket-driver (0.7.6) @@ -299,7 +299,7 @@ DEPENDENCIES rack-cors (~> 2.0) rails (~> 7.1) rubocop-factory_bot (~> 2.24) - rubocop-minitest (~> 0.32.2) + rubocop-minitest (~> 0.33.0) rubocop-rails (~> 2.21) simplecov (~> 0.21) tzinfo-data diff --git a/gemset.nix b/gemset.nix index c066fc6d..d68a9630 100644 --- a/gemset.nix +++ b/gemset.nix @@ -662,10 +662,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1swigds85jddb5gshll1g8lkmbcgbcp9bi1d4nigwvxki8smys0h"; + sha256 = "0r69dbh6h6j4d54isany2ir4ni4gf2ysvk3k44awi6amz18nggpd"; type = "gem"; }; - version = "3.2.2.3"; + version = "3.2.2.4"; }; pg = { groups = ["default"]; @@ -864,10 +864,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "136br91alxdwh1s85z912dwz23qlhm212vy6i3wkinz3z8mkxxl3"; + sha256 = "1d9a5s3qrjdy50ll2s32gg3qmf10ryp3v2nr5k718kvfadp50ray"; type = "gem"; }; - version = "2.8.1"; + version = "2.8.2"; }; reline = { dependencies = ["io-console"]; @@ -896,10 +896,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0wgnf17sq22f4f79r44hxbd1w0ivvl89mbjshpzqzd4zk199y8wq"; + sha256 = "1izxvc9g6vfpx081rn68z900bql30bif4lnd038cz2lgj70ljm41"; type = "gem"; }; - version = "1.56.4"; + version = "1.57.1"; }; rubocop-ast = { dependencies = ["parser"]; @@ -929,10 +929,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1znljj99mcx4mpvcvs06zn1wi4px1qbqp5n6z71awhmk0lmqqylr"; + sha256 = "0zzw24ilba5l7gxviq58p5ssdhgp0j4piisi0lq9bzbgg7hcq7rr"; type = "gem"; }; - version = "0.32.2"; + version = "0.33.0"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop"]; @@ -1053,10 +1053,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a"; + sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky"; type = "gem"; }; - version = "2.4.2"; + version = "2.5.0"; }; wahwah = { groups = ["default"];