diff --git a/Gemfile b/Gemfile index 3c81de27..2c471299 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,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.25' - gem 'rubocop-minitest', '~> 0.34.4' + gem 'rubocop-minitest', '~> 0.34.5' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index f8725341..a375b996 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.3) + parser (3.3.0.4) ast (~> 2.4.1) racc pg (1.5.4) @@ -232,11 +232,11 @@ GEM reline (0.4.2) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) 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.25.1) rubocop (~> 1.41) - rubocop-minitest (0.34.4) + rubocop-minitest (0.34.5) rubocop (>= 1.39, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.1) @@ -301,7 +301,7 @@ DEPENDENCIES rack-cors (~> 2.0) rails (~> 7.1) rubocop-factory_bot (~> 2.25) - rubocop-minitest (~> 0.34.4) + rubocop-minitest (~> 0.34.5) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data diff --git a/gemset.nix b/gemset.nix index 68659496..9bd4b6a1 100644 --- a/gemset.nix +++ b/gemset.nix @@ -662,10 +662,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0c53sypj4pac5id0abxjbii9g5xnykb9aapwr1z38wzaqv1ys026"; + sha256 = "0dar50j9sw1xqpycav93xl8rrxb63w5d4rymqcnbjpy8m8rh7qjv"; type = "gem"; }; - version = "3.3.0.3"; + version = "3.3.0.4"; }; pg = { groups = ["default"]; @@ -896,10 +896,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0hzwl0ak1i455fp3hzhdn8z14jzgwbsv04f7imz7fzz89j3lpkq9"; + sha256 = "0r7ysyndbrkg5fh1bg6imiv6a353w1sycpqfqybk64n3v2rs94m9"; type = "gem"; }; - version = "1.59.0"; + version = "1.60.1"; }; rubocop-ast = { dependencies = ["parser"]; @@ -929,10 +929,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0nfsgxkj41lxr7ny3cjpnyccxzqj14gb0rsfw2p30hkar9q2jn4f"; + sha256 = "1kv6jrzsd43ms7w333y4j5gsr51mjkvm0vlb4sxzbdxxm0shj3vg"; type = "gem"; }; - version = "0.34.4"; + version = "0.34.5"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop" "rubocop-ast"];