diff --git a/Gemfile.lock b/Gemfile.lock index 988e6b3d..d4b40e0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.29.0) + rubocop-rails (2.29.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) diff --git a/gemset.nix b/gemset.nix index 289c1e26..6da889aa 100644 --- a/gemset.nix +++ b/gemset.nix @@ -1175,10 +1175,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0d62i5mj5jnc6qwqzz536rbxcgavmgay5h7sm99i8rw01hagvgrm"; + sha256 = "1ahpgc22shmkk1n96rz3islcpx5sgg4z3mblynjz8qjxipsgrhj1"; type = "gem"; }; - version = "2.29.0"; + version = "2.29.1"; }; ruby-lsp = { dependencies = ["language_server-protocol" "prism" "rbs" "sorbet-runtime"];